ExitAOESpellArea
From NWN Lexicon
Contents |
[edit] ExitAOESpellArea(object)
Makes the calling creature flee from the AOE (area of effect) specified by oAOEObject
void ExitAOESpellArea( object oAOEObject );
[edit] Parameters
oAOEObject
[edit] Description
PRIVATE FUNCTIONS
This is experimental and has not been looked at closely.
[edit] Remarks
nw_i0_generic.nss: 3360
This function is apparently never used in the official campaign. First, it clears the callers action queue. Then, it makes the caller run to a distance of 5 m from oAOEObject. Then, it calls DetermineCombatRound to have the caller continue fighting.
[edit] Requirements
#include " nw_i0_generic "
[edit] Version
1.28
[edit] See Also
author: Lilac Soul, additional contributor(s): Lilac Soul