summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/itka.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/002-1/itka.txt')
-rw-r--r--world/map/npc/002-1/itka.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/world/map/npc/002-1/itka.txt b/world/map/npc/002-1/itka.txt
deleted file mode 100644
index 3cc8457f..00000000
--- a/world/map/npc/002-1/itka.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-// Outside the Hotel
-002-1,66,39,0|script|Itka|114
-{
- mes "[Itka]";
- mes "\"This hotel is the best!\"";
- next;
- mes "\"It has a Baker, a Barber, a Casino and a Theatre.\"";
- next;
- mes "\"Come on inside now!\"";
- close;
-
-OnTimer300000:
- npctalk strnpcinfo(0), "Come to The Wizard's Rest!";
- setnpctimer 0;
- end;
-
-OnInit:
- if (debug >= 2) end;
- initnpctimer;
- end;
-}