From f685228678108c67faea77432126f87389103dab Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 29 Mar 2016 20:27:12 -0400 Subject: don't abuse `close` in the tutorial --- world/map/npc/029-2/sorfina.txt | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 9d2d4bb3..8919bade 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -389,27 +389,21 @@ L_Block: { if (TUT_var == 0) goto L_KnockBack; - goto L_Close; + end; L_KnockBack: message strcharinfo(0), "Server : ##BPlease Accept the Game rules"; warp "029-2", 22, 24; - goto L_Close; - -L_Close: - close; + end; } 029-2,24,24,0|script|#GameRules4|32767,0,1 { if (TUT_var == 0) goto L_KnockBack; - goto L_Close; + end; L_KnockBack: message strcharinfo(0), "Server : ##BPlease Accept the Game rules"; warp "029-2", 22, 24; - goto L_Close; - -L_Close: - close; + end; } -- cgit v1.2.3-60-g2f50