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-2/eljas.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/030-2/eljas.txt')
-rw-r--r-- | world/map/npc/030-2/eljas.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index beaefaad..288dbb4e 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -5,6 +5,7 @@ { callfunc "XmasStates"; callfunc "ThrowOutTheBum"; + goto L_Start; L_Start: if($@xmas_time) @@ -46,7 +47,6 @@ L_HaveList1: "Christmas?", L_Christmas, "I am interested in magical research.", L_Research, "Nothing, I have to go.", L_Close; - goto L_Close; L_HaveList2: mes "Mmmmh he probably won't notice what lists you will bring him (Did you ever notice that he does not move at all?)"; @@ -62,7 +62,6 @@ L_HaveList2: "Christmas?", L_Christmas, "I am interested in magical research.", L_Research, "Nothing, I have to go.", L_Close; - goto L_Close; L_NeedList1: mes "[Eljas]"; @@ -71,7 +70,9 @@ L_NeedList1: mes "\"So what brings you here my dear?\""; menu "Mmh? Nothing, I have to go.", L_Close, - "I heard you need help with some Wish lists?", -; + "I heard you need help with some Wish lists?", L_Next; + +L_Next: mes "\"True...\""; next; mes "\"It appears we are missing some of the wish list from the children from all over the Mana World.\""; |