SendTrespassAlarm - Actor
Revision as of 04:05, 22 October 2013 by imported>Thingy Person (→See Also)
Member of: Actor Script
Have this actor pretend he caught the specified criminal trespassing.
Syntax
Function SendTrespassAlarm(Actor akCriminal) native
Parameters
- akCriminal: The actor caught trespassing.
Return Value
None.
Examples
; Nate catches the player trespassing
Nate.SendTrespassAlarm(Game.GetPlayer())