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/021-1/hideandseek.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/021-1/hideandseek.txt')
-rw-r--r-- | world/map/npc/021-1/hideandseek.txt | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/world/map/npc/021-1/hideandseek.txt b/world/map/npc/021-1/hideandseek.txt index 5945c01c..0896f727 100644 --- a/world/map/npc/021-1/hideandseek.txt +++ b/world/map/npc/021-1/hideandseek.txt @@ -8,6 +8,8 @@ -|script|#hideandseekNTconfig|-1, { + end; + OnInit: set $@hideandseekNT_MASK, BYTE_0_MASK; set $@hideandseekNT_SHIFT, BYTE_0_SHIFT; @@ -40,14 +42,18 @@ OnInit: mes "\"98... 99... 100!\""; mes "She takes away her hands and looks up."; menu - "Hello, what are you doing?",-, + "Hello, what are you doing?",L_Next, "(Leave)",L_Close; + +L_Next: mes "[Ayasha]"; mes "\"I'm playing hide and seek with my friends!"; mes "Do you want to play with us?\""; menu - "Sure, sounds like fun.",-, + "Sure, sounds like fun.",L_Next1, "I'm busy with more important things!",L_Close; + +L_Next1: mes "[Ayasha]"; mes "\"Great! You can take my turn with searching. You need to find all five of my friends."; mes "They're hiding somewhere in this part of the city, you don't have to pass an archway to find them. But they're allowed to hide on the rooftops.\""; @@ -67,7 +73,9 @@ L_Reward: getexp @EXP, 0; set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@hideandseekNT_ended; menu - "I think I need to do other things now.",-; + "I think I need to do other things now.",L_Next2; + +L_Next2: mes "[Ayasha]"; mes "\"Oh, ok."; mes "Have you already seen the bazaar? It's a very exciting place! I love the entertainer. She can make so many funny faces.\""; @@ -99,13 +107,17 @@ L_Close: mes "You see a kid hiding behind a box."; menu - "What are you doing there?",-, + "What are you doing there?",L_Next, "(Leave)",L_Close; + +L_Next: mes "[Latif]"; mes "\"Hiding. We're playing hide and seek. Don't say that is boring. It's fun.\""; menu "I agree, it's fun.",L_Agree, - "Hide and seek? Lame.",-; + "Hide and seek? Lame.",L_Next1; + +L_Next1: mes "[Latif]"; mes "\"My friend Vincent thinks so too. He doesn't want to join us playing. Do you know what he does instead?"; mes "He builds action figures out of Bug Legs! That is lame.\""; @@ -211,8 +223,10 @@ L_Close: mes "[Faris]"; mes "\"Oh, hi there. What are you doing here on the roof?\""; menu - "I'm just having a look around.",-, - "It's nice place here, isn't it?",-; + "I'm just having a look around.",L_Next, + "It's nice place here, isn't it?",L_Next; + +L_Next: mes "[Faris]"; mes "\"He, you're cool. I'm hiding here from Ayasha, we're playing hide and seek. This is the best hiding place ever.\""; goto L_Close; @@ -301,8 +315,10 @@ L_Close: mes "You see a girl standing behind the building. She has a look of intense concentration on her face."; menu - "Hi, what are you doing there?",-, + "Hi, what are you doing there?",L_Next, "(Leave)",L_Close; + +L_Next: mes "[Ghada]"; mes "\"Oh, hello. I'm hiding. We're playing hide and seek.\""; goto L_Close; |