From f7f10cf7bb600b6871ed37f493fef18110dc182b Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 10 Nov 2013 05:09:37 +0100 Subject: Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 - Consolidated case in remaining variables, labels, constants. Signed-off-by: Haru --- npc/quests/dandelion_request.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/dandelion_request.txt b/npc/quests/dandelion_request.txt index 47d9964f7..e278a4773 100644 --- a/npc/quests/dandelion_request.txt +++ b/npc/quests/dandelion_request.txt @@ -7950,7 +7950,7 @@ OnTouch: mes "What was that?"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk2"; end; } @@ -8007,7 +8007,7 @@ OnTouch: mes "............"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk3"; end; } @@ -8059,7 +8059,7 @@ OnTouch: mes "in Castle Morroc..."; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk4"; end; } @@ -8096,7 +8096,7 @@ OnTouch: mes "Come on, let's go..."; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk5"; end; } @@ -8169,7 +8169,7 @@ OnTouch: mes "the hell is Raiyan Moore?!"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk6"; end; } @@ -8223,7 +8223,7 @@ OnTouch: mes "don't let me be too late!"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate1_talk7"; end; } @@ -8933,7 +8933,7 @@ OnTouch: mes "What was that?"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk2"; end; } @@ -8990,7 +8990,7 @@ OnTouch: mes "............"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk3"; end; } @@ -9042,7 +9042,7 @@ OnTouch: mes "in Castle Morroc..."; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk4"; end; } @@ -9079,7 +9079,7 @@ OnTouch: mes "Come on, let's go..."; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk5"; end; } @@ -9152,7 +9152,7 @@ OnTouch: mes "the hell is Raiyan Moore?!"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk6"; end; } @@ -9206,7 +9206,7 @@ OnTouch: mes "don't let me be too late!"; close2; soundeffect "wander_man_move.wav",0; - sc_end SC_All; + sc_end SC_ALL; disablenpc "#maogate2_talk7"; end; } -- cgit v1.2.3-60-g2f50