summaryrefslogtreecommitdiff
path: root/npc/020-1/neko.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/neko.txt')
-rw-r--r--npc/020-1/neko.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/neko.txt b/npc/020-1/neko.txt
new file mode 100644
index 00000000..92460cf7
--- /dev/null
+++ b/npc/020-1/neko.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Neko, the Trader in Legion area in Tulimshar.
+// THIS IS A PLACEHOLDER!
+
+020-1,278,99,0 script Neko NPC_DESERT_HAT_MAN,{
+ speech
+ l("Hi there."),
+ l("I am out of stock, unfortunately."),
+ l("What do you mean to look at my wares?!"),
+ l("My collection of random stuff is not for sale! Go away!");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}