diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-08-28 12:32:15 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-01 18:01:26 +0200 |
commit | eeeb6bf662bbc65556d9149ac73fb511b19b6acd (patch) | |
tree | 1554fdd19109b146cd469ffe83bf4b3be41076c3 /world/map/npc/002-1/stewen.txt | |
parent | c5709d4eebb58e36e1ae1eb7b3d6de5e566a5850 (diff) | |
download | serverdata-eeeb6bf662bbc65556d9149ac73fb511b19b6acd.tar.gz serverdata-eeeb6bf662bbc65556d9149ac73fb511b19b6acd.tar.bz2 serverdata-eeeb6bf662bbc65556d9149ac73fb511b19b6acd.tar.xz serverdata-eeeb6bf662bbc65556d9149ac73fb511b19b6acd.zip |
Second batch of tab conversion. Maps 001-2 through 002-4 complete.
Diffstat (limited to 'world/map/npc/002-1/stewen.txt')
-rw-r--r-- | world/map/npc/002-1/stewen.txt | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/world/map/npc/002-1/stewen.txt b/world/map/npc/002-1/stewen.txt index 6c099b3a..b0c98ebe 100644 --- a/world/map/npc/002-1/stewen.txt +++ b/world/map/npc/002-1/stewen.txt @@ -1,23 +1,22 @@ // East sandstorm guard -002-1.gat,106,76,0 script Stewen 123,{ +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; + 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; + 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; + 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; - + 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; } |