More script string fixes

This fixes spelling, punctuation and grammar in TD and RA missions.
This commit is contained in:
clemty
2015-06-20 23:22:59 +02:00
parent e7a64ffec4
commit 6b6cf8bb48
12 changed files with 24 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ SendTrucks = function()
if not ConvoyOnSite then
ConvoyOnSite = true
ticked = 0
ConvoyObjective = player.AddPrimaryObjective("Escort the convoy")
ConvoyObjective = player.AddPrimaryObjective("Escort the convoy.")
Media.PlaySpeechNotification(player, "ConvoyApproaching")
Trigger.AfterDelay(DateTime.Seconds(3), function()
ConvoyUnharmed = true