summaryrefslogtreecommitdiff
path: root/swat2/scripting/test.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat2/scripting/test.esp')
-rw-r--r--swat2/scripting/test.esp6
1 files changed, 6 insertions, 0 deletions
diff --git a/swat2/scripting/test.esp b/swat2/scripting/test.esp
new file mode 100644
index 00000000000..614a42410c3
--- /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;
+ }
+%>