diff options
Diffstat (limited to 'world/map/npc/001-1/entertainer.txt')
-rw-r--r-- | world/map/npc/001-1/entertainer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/001-1/entertainer.txt b/world/map/npc/001-1/entertainer.txt index ea8e0870..f98b7d31 100644 --- a/world/map/npc/001-1/entertainer.txt +++ b/world/map/npc/001-1/entertainer.txt @@ -8,8 +8,7 @@ mes "\"Yes how can I help you?\""; menu "How are you showing emotions above your head?", L_Learn, - "Never mind", -; - goto L_Close; + "Never mind", L_Close; L_Learn: mes "[Entertainer]"; @@ -17,8 +16,7 @@ L_Learn: mes "I can teach you if you'd like?\""; menu "Yes please.", L_Learn2, - "I don't see the point right now.", -; - goto L_Close; + "I don't see the point right now.", L_Close; L_Learn2: setskill SKILL_EMOTE, 1; @@ -39,8 +37,10 @@ L_Close: OnTimer3000: emotion rand(EMOTE_DISGUST, EMOTE_TEARS); setnpctimer 0; + end; OnInit: if (debug >= 2) end; initnpctimer; + end; } |