From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- world/map/npc/002-1/stewen.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 world/map/npc/002-1/stewen.txt (limited to 'world/map/npc/002-1/stewen.txt') diff --git a/world/map/npc/002-1/stewen.txt b/world/map/npc/002-1/stewen.txt new file mode 100644 index 00000000..6c099b3a --- /dev/null +++ b/world/map/npc/002-1/stewen.txt @@ -0,0 +1,23 @@ +// East sandstorm guard + +002-1.gat,106,76,0 script Stewen 123,{ + + if (TMW_Quest == 16) goto L_TMW_Quest_Received; + if (TMW_Quest == 15) 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.\""; + close; + +L_TMW_Quest: + set TMW_Quest, 16; + 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.\""; + 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!\""; + close; + +} -- cgit v1.2.3-60-g2f50