Description
Wiki Description
Attempts to get this actor to initiate combat with the target.
Documentation Comment
Starts combat with the target
Caveats
Parameters
Examples
; Have this actor initiate combat with the player
StartCombat(Game.GetPlayer()); Get two of our aliases to fight each other
Vader.StartCombat(Luke)Auto-Generated Example
Actor myActor__akTarget
myActor__toCallFunctionOn.StartCombat(myActor__akTarget)