summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/george.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/008-1/george.txt')
-rw-r--r--world/map/npc/008-1/george.txt16
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;
}