More script string fixes
This fixes spelling, punctuation and grammar in TD and RA missions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user