SendTrespassAlarm - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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())