From 38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4 Mon Sep 17 00:00:00 2001 From: The Kandiman Date: Fri, 1 Jul 2011 16:25:10 -0400 Subject: Initial spell and grammar check for Rossy quest --- world/map/npc/025-4/battlecaves.txt | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'world/map/npc/025-4/battlecaves.txt') diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt index 60432c61..bee07d99 100644 --- a/world/map/npc/025-4/battlecaves.txt +++ b/world/map/npc/025-4/battlecaves.txt @@ -39,7 +39,7 @@ L_Done: if ($@wave_cave1 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave1 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave1 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave1 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave1 < $@CAVE1_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE1); @@ -67,7 +67,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -140,7 +140,7 @@ L_Done: if ($@wave_cave2 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave2 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave2 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave2 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave2 < $@CAVE2_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE2); @@ -168,7 +168,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -239,7 +239,7 @@ L_Done: if ($@wave_cave3 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave3 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave3 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave3 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave3 < $@CAVE3_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE3); @@ -267,7 +267,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -337,7 +337,7 @@ L_Done: if ($@wave_cave4 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave4 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave4 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave4 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave4 < $@CAVE4_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE4); @@ -365,7 +365,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -436,7 +436,7 @@ L_Done: if ($@wave_cave5 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave5 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave5 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave5 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave5 < $@CAVE5_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE5); @@ -464,7 +464,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -535,7 +535,7 @@ L_Done: if ($@wave_cave6 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave6 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave6 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave6 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave6 < $@CAVE6_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE6); @@ -563,7 +563,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -635,7 +635,7 @@ L_Done: if ($@wave_cave7 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave7 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave7 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave7 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave7 < $@CAVE7_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE7); @@ -663,7 +663,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -735,7 +735,7 @@ L_Done: if ($@wave_cave8 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave8 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave8 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave8 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave8 < $@CAVE8_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE8); @@ -763,7 +763,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -834,7 +834,7 @@ L_Done: if ($@wave_cave9 == 1) message strcharinfo(0), "Oh no, more monsters?!"; if ($@wave_cave9 == 2) message strcharinfo(0), "I can't give up now!"; - if ($@wave_cave9 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave."; + if ($@wave_cave9 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you are being lifted from the ground... When you open your eyes, you are outside of the cave."; if ($@wave_cave9 < $@CAVE9_WAVES) goto L_Summon; set cavefights, (cavefights ^ BATTLE_CAVE9); @@ -862,7 +862,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -1001,7 +1001,7 @@ L_Close: close; L_no_root: - mes "I don't have any root in my inventory!"; + mes "I don't have any roots in my inventory!"; close; onInit: @@ -1027,7 +1027,7 @@ onInit: end; L_Julia: - message strcharinfo(0), "I shoudn't get out. Julia is still in danger."; + message strcharinfo(0), "I shouldn't leave yet. Julia is still in danger."; end; L_Done: @@ -1071,7 +1071,7 @@ L_Cheat: end; L_Done: - message strcharinfo(0), "As you go back to the cave you close your eyes, terrified of the bloody battle you just fought in this place, and go straight to the entrance of the cave."; + message strcharinfo(0), "As you go back to the cave you close your eyes, terrified of the bloody battle you just fought in this place, and feel your way to the entrance of the cave."; warp "025-3.gat", 77, 168; end; -- cgit v1.2.3-70-g09d2