summaryrefslogtreecommitdiff
path: root/npc/029-3_Fight_Cave
diff options
context:
space:
mode:
authorThe Kandiman <kandiman@kandiman.(none)>2011-03-26 18:04:44 -0400
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:26:42 +0200
commit00b70aee7958572b045112bd83660010d984519c (patch)
tree19ce3be456513546486b3164194fc1cdfa4d0c30 /npc/029-3_Fight_Cave
parentfac12db875005c4dad2bdcf42b6a99fa60a689e7 (diff)
downloadserverdata-00b70aee7958572b045112bd83660010d984519c.tar.gz
serverdata-00b70aee7958572b045112bd83660010d984519c.tar.bz2
serverdata-00b70aee7958572b045112bd83660010d984519c.tar.xz
serverdata-00b70aee7958572b045112bd83660010d984519c.zip
Minor spelling/grammar corrections.
Diffstat (limited to 'npc/029-3_Fight_Cave')
-rw-r--r--npc/029-3_Fight_Cave/parua.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt
index f96207dd..3a98f003 100644
--- a/npc/029-3_Fight_Cave/parua.txt
+++ b/npc/029-3_Fight_Cave/parua.txt
@@ -40,12 +40,12 @@ L_CallPlayers:
mes "[Parua]";
mes "\"OK, I can make up to 3 announcements to the people of this world, letting them know that you are about to challenge the powers that sleep in this cave! If you want the fight to start in 5 minutes, I will make one announcement, if it is 15 minutes, I will make 2 announcements, and if it is to start in 30 minutes, it will be 3 announcements.\"";
next;
- mes "\"But be careful! if there aren't at least five people here at the time of the fight, your money will be lost.\"";
+ mes "\"But be careful! If there aren't at least five people here at the time of the fight, your money will be lost.\"";
next;
mes "\"So, when should it start?\"";
- menu "In 5 minutes", -,
- "In 15 minutes", -,
- "In 30 minutes", -,
+ menu "In 5 minutes.", -,
+ "In 15 minutes.", -,
+ "In 30 minutes.", -,
"I don't want to wait. Let's start it now!", L_Paying;
// if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers;
@@ -166,12 +166,12 @@ L_Five_Minutes:
L_Fifteen_Minutes:
if ($@ANNOUNCE_TIME - gettimetick(2) > 900) end;
- announce "Parua: " + $@SPONSOR$ + " invites everyone to a challenge against the powers that sleep in Candor. You have a good time to prepare yourself for this fight, since it will only start in 15 minutes. Right now, there are " + getareausers("029-3.gat", 20, 20, 70, 60) + " fighter(s) in the cave.", 0;
+ announce "Parua: " + $@SPONSOR$ + " invites everyone to a challenge against the powers that sleep in Candor. You still have time to prepare yourself for this fight, since it will only start in 15 minutes. Right now, there are " + getareausers("029-3.gat", 20, 20, 70, 60) + " fighter(s) in the cave.", 0;
set $@FIGHT_CAVE_STATUS, 3;
end;
L_Thirty_Minutes:
- announce "Parua: " + $@SPONSOR$ + " invites everyone to a challenge against the powers that sleep in Candor. The fight will start in 30 minutes, so prepare yourself and call your friends. At this moment there are " + getareausers("029-3.gat", 20, 20, 70, 60) + " fighter(s) in the cave.", 0;
+ announce "Parua: " + $@SPONSOR$ + " invites everyone to a challenge against the powers that sleep in Candor. The fight will start in 30 minutes, so prepare yourself and call your friends. At the moment there are " + getareausers("029-3.gat", 20, 20, 70, 60) + " fighter(s) in the cave.", 0;
set $@FIGHT_CAVE_STATUS, 4;
end;