diff options
Diffstat (limited to 'npc/quests/dandelion_request.txt')
-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; } |