From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/002-1/stewen.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 npc/002-1/stewen.txt (limited to 'npc/002-1/stewen.txt') diff --git a/npc/002-1/stewen.txt b/npc/002-1/stewen.txt new file mode 100755 index 00000000..b2d216f3 --- /dev/null +++ b/npc/002-1/stewen.txt @@ -0,0 +1,22 @@ +002-1,116,93,0 script Stewen NPC123,{ + 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: + 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; +} -- cgit v1.2.3-70-g09d2