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/030-3 | |
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/030-3')
-rw-r--r-- | world/map/npc/030-3/orum_homunculus.txt | 15 |
1 files changed, 11 insertions, 4 deletions
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!!\""; |