From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/030-3/orum_homunculus.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'world/map/npc/030-3/orum_homunculus.txt') diff --git a/world/map/npc/030-3/orum_homunculus.txt b/world/map/npc/030-3/orum_homunculus.txt index f699737e..0aaaebf0 100644 --- a/world/map/npc/030-3/orum_homunculus.txt +++ b/world/map/npc/030-3/orum_homunculus.txt @@ -204,7 +204,9 @@ L_QuestStart1: mes "\"Greetings traveler, Do you have any time to help me out?\""; menu "No. I really have to go.", L_Close, - "Sure, I'm listening.", -; + "Sure, I'm listening.", L_Next; + +L_Next: mes "\"Good. You may have heard that some of the children's wish lists are missing.\""; mes "\"I sent a courier out to get their lists, but they have yet to return.\""; next; @@ -220,7 +222,9 @@ L_QuestStart2: mes "\"Greetings traveler, Do you have any time to help me out?\""; menu "No. I really have to go.", L_Close, - "Sure, I'm listening.", -; + "Sure, I'm listening.", L_KeepGoing; + +L_KeepGoing: mes "\"Good. You may have heard that some of the children's wish lists are missing.\""; mes "\"I sent a courier out to get their lists, but they have yet to return.\""; next; @@ -256,7 +260,8 @@ L_SantasList: goto L_NotComplete; mes "\"Take the altered list to Elijas.\""; menu - "I don't know, this sounds kind of naughty.",-; + "I don't know, this sounds kind of naughty.",L_Foo; +L_Foo: mes "\"Do my bidding or I'll have no more words with you.\""; goto L_Close; @@ -264,7 +269,9 @@ L_ListReturn: mes "[Orum's Homunculus]"; mes "\"This had better be important, I've got enough to worry about.\""; menu - "Sorry for interrupting, but I've come down here because I delivered the fake list", -; + "Sorry for interrupting, but I've come down here because I delivered the fake list", L_FakeList; + +L_FakeList: mes "he stares blankly at you for a bit... "; next; mes "\"MUHAHAHAHAHAHAA!!\""; -- cgit v1.2.3-70-g09d2