summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
new file mode 100644
index 00000000..60c58868
--- /dev/null
+++ b/npc/000-1/ale.txt
@@ -0,0 +1,14 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// .
+
+000-1.gat,55,23,0,1 script Ale 105;2,{
+
+ mesn;
+ mesq l("Hello world!");
+
+ close;
+
+}