diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 11:06:32 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:21:29 -0700 |
commit | c0ba38cd4b68491e28e467889804ebc09c9c002e (patch) | |
tree | af2890e6fe20990d2a9b7c94b991be58f25a5d52 /world/map/npc/048-2/helperChief.txt | |
parent | 514a2f05cb335c1e9210fea58bc9a9a58478283f (diff) | |
download | serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.gz serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.bz2 serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.xz serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.zip |
Clean up main scripts
Diffstat (limited to 'world/map/npc/048-2/helperChief.txt')
-rw-r--r-- | world/map/npc/048-2/helperChief.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/world/map/npc/048-2/helperChief.txt b/world/map/npc/048-2/helperChief.txt index 1f8de65f..9705e937 100644 --- a/world/map/npc/048-2/helperChief.txt +++ b/world/map/npc/048-2/helperChief.txt @@ -17,9 +17,10 @@ if (@investigate == 0) goto L_Close; menu - "Peetu asked me to talk to you about his mishap.",-, + "Peetu asked me to talk to you about his mishap.",L_Next, "Ok, see you.",L_Close; +L_Next: mes "You tell him about your conversation with Peetu, how he's blaming himself and his worries about losing his job."; next; mes "Oskari keeps silent for a moment after you finish, pondering. Then he talks to you."; @@ -64,8 +65,10 @@ L_Investigate: mes "[Oskari]"; mes "\"I think you revealed some important connections. I need to notify Nikolai and the other Sages.\""; menu - "I'm confused now.",-, - "What are you talking about?",-; + "I'm confused now.",L_Continue, + "What are you talking about?",L_Continue; + +L_Continue: mes "[Oskari]"; mes "\"I'm sorry. I think you deserve an explanation. You see, the Sages of Kaizei are a circle of wise wizards who work together for the prosperity of this continent."; mes "Recently there was some conflict among the Sages which caused one of the members to leave the circle. It's all very unfortunate."; @@ -84,8 +87,9 @@ L_GoodJob: mes "\"Thanks again for your investigations.\""; menu "You're welcome.",L_Close, - "Can you tell me something about the Sages?",-; + "Can you tell me something about the Sages?",L_MoreText; +L_MoreText: mes "[Oskari]"; mes "\"Oh, sure. I'm a bit busy right now, but you were a great help, so I think I can take a few minutes for you. What do you want to know?\""; menu |