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