StartCombat - Actor

Revision as of 19:39, 10 February 2015 by imported>Darkconsole (fixed it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Attempts to get this actor to initiate combat with the target.

SyntaxEdit

Function StartCombat(Actor akTarget) native

ParametersEdit

  • akTarget: Who to attempt to initiate combat with.

Return ValueEdit

None.

ExamplesEdit

; Have this actor initiate combat with the player
StartCombat(Game.GetPlayer())


; Get two of our aliases to fight each other
Vader.StartCombat(Luke)

See AlsoEdit