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