SendStealAlarm - ObjectReference
Revision as of 13:55, 6 August 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Has this object behave as if the actor had just tried to steal it. == Syntax == <source …')
Member of: ObjectReference Script
Has this object behave as if the actor had just tried to steal it.
Syntax[edit | edit source]
Function SendStealAlarm(Actor akThief)
Parameters[edit | edit source]
- akThief: The actor who will be performing the "theft".
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Behave as if the player had just tried to steal the million dollars
MillionDollars.SendStealAlarm(Game.GetPlayer())