Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/makeenemy.nss
Normal file
8
_module/nss/makeenemy.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "hench_i0_ai"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetIsTemporaryEnemy(oPC, OBJECT_SELF);
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
HenchDetermineCombatRound();
|
||||
}
|
||||
Reference in New Issue
Block a user