StartCombatAll - RefCollectionAlias
Jump to navigation
Jump to search
Member of: RefCollectionAlias Script
Calls StartCombat on all the actors in the collection.
Syntax[edit | edit source]
Function StartCombatAll(Actor akCombatTarget)
Parameters[edit | edit source]
- akCombatTarget: The combat target for each actor in the collection.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Make everyone go into combat with the player
Bandits.StartCombatAll(Game.GetPlayer())