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/001-1/entertainer.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/001-1/entertainer.txt') 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; } -- cgit v1.2.3-60-g2f50