summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-1/_import.txt1
-rw-r--r--npc/000-1/gulukan.txt16
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt
index 556e8e25..ccbf2979 100644
--- a/npc/000-1/_import.txt
+++ b/npc/000-1/_import.txt
@@ -13,3 +13,4 @@ npc: npc/000-1/chest.txt
npc: npc/000-1/shop.txt
npc: npc/000-1/fexil.txt
npc: npc/000-1/gugli.txt
+npc: npc/000-1/gulukan.txt
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
new file mode 100644
index 00000000..562ff7ec
--- /dev/null
+++ b/npc/000-1/gulukan.txt
@@ -0,0 +1,16 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Elmo's twin
+// Charged of an important quest from Nard.
+
+000-1.gat,34,90,0,1 script Gulukan 111;2,{
+
+ mesn;
+ mesq l("Hello world!");
+ next;
+
+ close;
+
+}