diff options
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.\""; |