diff options
author | Haru <haru@dotalux.com> | 2013-11-10 05:09:37 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-10 05:09:37 +0100 |
commit | f7f10cf7bb600b6871ed37f493fef18110dc182b (patch) | |
tree | 8675372615de5b48093f5093f0e0e890834971f0 /npc/quests | |
parent | b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25 (diff) | |
download | hercules-f7f10cf7bb600b6871ed37f493fef18110dc182b.tar.gz hercules-f7f10cf7bb600b6871ed37f493fef18110dc182b.tar.bz2 hercules-f7f10cf7bb600b6871ed37f493fef18110dc182b.tar.xz hercules-f7f10cf7bb600b6871ed37f493fef18110dc182b.zip |
Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4
- Consolidated case in remaining variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/dandelion_request.txt | 24 |
1 files changed, 12 insertions, 12 deletions
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; } |