SendAssaultAlarm

From the Fallout3 GECK Wiki
Revision as of 12:26, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search

Description

SendAssaultAlarm manually creates an assault crime. There are two optional parameters: an actor reference and a faction.

Syntax

SendAssaultAlarm ''ActorRef'' ''Faction''

Examples

SendAssaultAlarm FlashRef
Flash will react as if he is a victim of an assault crime.
SendAssaultAlarm FlashRef BigTown
Flash will react as if he is a victim of an assault crime. If Flash is not there, an NPC in the BigTown faction will be used instead.
SendAssaultAlarm Player BigTown
Ignores the ActorRef parameter and searches for an NPC in the BigTown faction to use.

Notes

  • None.

See Also