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/008-1/george.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/008-1/george.txt')
-rw-r--r-- | world/map/npc/008-1/george.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt index 5e0344ff..b7c3ce5b 100644 --- a/world/map/npc/008-1/george.txt +++ b/world/map/npc/008-1/george.txt @@ -29,12 +29,16 @@ L_George_Easter2012: mes "\"Aaarrrrh mate! That scarab armlet was a present from my grandfather, I swear! That is all I have to say...\""; next; menu - "What? What are you talking about?", -; + "What? What are you talking about?", L_Next; + +L_Next: mes "[George the Pirate]"; mes "\"Uh? Ahh, hehe... Arrrh, what crime are ye talking about?\""; next; menu - "The Easter Bunny was kidnapped. I heard you know the person behind this crime.", -; + "The Easter Bunny was kidnapped. I heard you know the person behind this crime.", L_Next1; + +L_Next1: mes "[George the Pirate]"; mes "\"Arrrrh, I know, I know... But it's such a sad thing. My old mate Pink Boots Hank. He was a great treasure hunter, but now he is just a criminal.\""; next; @@ -43,12 +47,16 @@ L_George_Easter2012: mes "\What I know is from that day, he just started doing crazy things, like stealing money, present boxes, even chocolate cake!\""; next; menu - "But what about the Easter Bunny?", -; + "But what about the Easter Bunny?", L_Next2; + +L_Next2: mes "[George the Pirate]"; mes "\"Yes, yes... Hank is not a very smart guy. I remember he had a secret place, a big house in the desert. When he could find a treasure he would always run to this house and hide his things in the basement. I am sure he must be using this same place to hide the Easter Bunny.\""; next; menu - "Thank you George, I will check this information right now!", -; + "Thank you George, I will check this information right now!", L_Next3; + +L_Next3: set QUEST_Easter12, 4; close; } |