summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/stewen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/002-1/stewen.txt')
-rw-r--r--world/map/npc/002-1/stewen.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/world/map/npc/002-1/stewen.txt b/world/map/npc/002-1/stewen.txt
deleted file mode 100644
index 7daca790..00000000
--- a/world/map/npc/002-1/stewen.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-002-1,116,93,0|script|Stewen|123
-{
- if (QL_MINEALL == 4) goto L_TMW_Quest_Received;
- if (QL_MINEALL == 3) goto L_TMW_Quest;
-
- mes "[Stewen]";
- mes "\"I'm keeping a watchful eye on the monsters to the east so they don't threaten Tulimshar's citizens. They are pretty strong.\"";
- goto L_Close;
-
-L_TMW_Quest:
- set QL_MINEALL, 4;
- mes "[Stewen]";
- mes "\"I don't get a break?! Lieutenant Dausen needs to ask the Wizard's Council for more help out here. Either that or give me a raise! Oh well. Thanks for letting me know.\"";
- goto L_Close;
-
-L_TMW_Quest_Received:
- mes "[Stewen]";
- mes "\"Thanks again for letting me know Lieutenant Dausen isn't letting me take a break. Once I get out of here, I'll let him know I want a raise!\"";
- goto L_Close;
-
-L_Close:
- close;
-}