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/024-1/tondar.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'world/map/npc/024-1/tondar.txt') diff --git a/world/map/npc/024-1/tondar.txt b/world/map/npc/024-1/tondar.txt index 7252b476..21957807 100644 --- a/world/map/npc/024-1/tondar.txt +++ b/world/map/npc/024-1/tondar.txt @@ -6,7 +6,7 @@ mes "\"We're not accepting any new students right now.\""; if (getskilllv(SKILL_MAGIC) > 0) goto L_may_ask; - close; + goto L_end; L_may_ask: next; @@ -14,9 +14,8 @@ L_may_ask: "Can you teach me a spell?", L_askspell, "Do you have a magic library?", L_library, "Are you sure? I can pay well...", L_nopay, - "That's unfortunate.", -, - "Goodbye, then.", -; - close; + "That's unfortunate.", L_end, + "Goodbye, then.", L_end; L_library: mes "[Tondar]"; @@ -24,7 +23,9 @@ L_library: next; menu "Thank you, and goodbye.", L_end, - "Nobody else is allowed inside?", -; + "Nobody else is allowed inside?", L_Next; + +L_Next: mes "[Tondar]"; mes "\"Well, it is possible to get a special permit from the headmaster. But he is currently on sabbatical.\""; close; @@ -48,6 +49,7 @@ L_nopay: mes "[Tondar]"; mes "The wizard frowns angrily."; mes "\"Do not tempt me to teach you a different kind of lesson, young one! Begone!\""; + goto L_end; L_end: close; -- cgit v1.2.3-70-g09d2