StopCombatAlarmOnActor

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

StopCombatAlarmOnActor Ends the fighting flag for all enemies targeting the specified actor.

Syntax[edit | edit source]

[ActorREF.]StopCombatAlarmOnActor

Examples[edit | edit source]

PlayerRef.StopCombatAlarmOnActor

All hostile actors that are in combat with the player will return to their normal routines.

Notes[edit | edit source]

  • This function forcefully ends the fighting flag for all hostile actors/creatures to the specified actor.
  • If you wish to only stop the fighting flag for a single actor, refer to StopCombat.


Link to TES4 Construction Set Wiki: StopCombatAlarmOnActor.

See Also[edit | edit source]

StopCombat