LUA and trait documentation fixes
- Typo in documentation ("proximitry").
- Add spaces between sentences.
- Remove most occurrences of " " (two spaces) unless clearly used as indendation
- Punctuation (although no fullstop after filenames like "notifications.yaml").
This commit is contained in:
@@ -99,7 +99,7 @@ WorldLoaded = function()
|
||||
end)
|
||||
|
||||
-- Four infantry from the small island move towards the USSR command center and attack it after 24 Seconds
|
||||
Trigger.AfterDelay(DateTime.Seconds(24), function()
|
||||
Trigger.AfterDelay(DateTime.Seconds(24), function()
|
||||
Utils.Do(CmdAtk, function(unit)
|
||||
unit.AttackMove(AttackWaypoint1.Location)
|
||||
Trigger.OnIdle(unit, unit.Hunt)
|
||||
|
||||
Reference in New Issue
Block a user