Difference between revisions of "SendTrespassAlarm - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Thingy Person m (→See Also) |
||
Line 27: | Line 27: | ||
*[[SendAssaultAlarm - Actor]] | *[[SendAssaultAlarm - Actor]] | ||
*[[StopCombatAlarm - Actor]] | *[[StopCombatAlarm - Actor]] | ||
*[[SendStealAlarm - ObjectReference]] |
Revision as of 04:05, 22 October 2013
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())