diff options
Diffstat (limited to 'swat2/scripting/test.esp')
-rw-r--r-- | swat2/scripting/test.esp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swat2/scripting/test.esp b/swat2/scripting/test.esp new file mode 100644 index 0000000000..614a42410c --- /dev/null +++ b/swat2/scripting/test.esp @@ -0,0 +1,6 @@ +<h3>A esp include file</h3> +<% + function testfn(test) { + return "the argument was " + test; + } +%> |