OnCombatRoundEnd
From NWN Lexicon
Contents |
[edit] OnCombatRoundEnd
The script attached to this event fires at the end of each combat round (every six seconds in NWN). It will fire every 3 seconds for hasted creature. Combat can be cancled on a creature by ClearAllActions(TRUE).
[edit] Trigger
Combat round has ended.
[edit] Function(s)
DetermineCombatRound(object, int) for standard combat round actions, as long as NW_I0_GENERIC is included.
[edit] Remarks
Unless there is a special behavior set or the set warnings flag in OnSpawn has been set, a new combat round is initiated.
[edit] See Also
functions: |