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/001-1/entertainer.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/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; } |