RemoveEffects
From NWN Lexicon
Contents |
[edit] RemoveEffects(object)
Removes all negative effects from a creature.
void RemoveEffects( object oDead );
[edit] Parameters
oDead
The creature whose negative effects will be removed.
[edit] Description
Removes all negative effects from oDead.
[edit] Remarks
Used to bring a dead character back to life without any of the negative effect that plagued his prior life. Also plays a visual effect of restoration.
[edit] Requirements
#include " nw_i0_plot "
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis