SendStealAlarm - ObjectReference

Revision as of 05:06, 22 October 2013 by imported>Thingy Person (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Has this object behave as if the actor had just tried to steal it.

SyntaxEdit

Function SendStealAlarm(Actor akThief)

ParametersEdit

  • akThief: The actor who will be performing the "theft".

Return ValueEdit

None.

ExamplesEdit

; Behave as if the player had just tried to steal the million dollars
MillionDollars.SendStealAlarm(Game.GetPlayer())

See AlsoEdit