SetIsEnemy
From NWN Lexicon
Contents |
[edit] SetIsEnemy(object)
Causes a creature to be flagged as an enemy using reputation.
void SetIsEnemy( object oTarget );
[edit] Parameters
oTarget
[edit] Description
Sets the reputation of oTarget to be set to -100 with regards to the caller of this function, then proceed make the caller to attack oTarget.
[edit] Requirements
#include " nw_i0_plot "
[edit] Version
1.22
[edit] See Also
author: Tom Cassiotis, editor: Jody Fletcher