SendTrespassAlarm

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Sends out a trespass alarm as if someone had reported the player trespassing.

Syntax

[help]
[reportedTo:Ref].SendTrespassAlarm reportedTo:ref

Example

SendTrespassAlarm SunnyRef

Alerts Sunny that the player trespassed.

SunnyRef.SendTrespassAlarm player

Alerts Sunny that the player trespassed.

Notes

  • Seems to only take the player as the criminal parameter.
  • Goes all the way to fully trespassed on one call, regardless of iGuardWarnings GMST.

See Also