Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/adv_duel.nss
Normal file
10
_module/nss/adv_duel.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "hench_i0_ai"
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetArea(OBJECT_SELF), "Duel", TRUE);
|
||||
SetLocalInt(OBJECT_SELF, "Duel", TRUE);
|
||||
SetLocalInt(GetPCSpeaker(), "Duel", TRUE);
|
||||
|
||||
SetIsTemporaryEnemy(GetPCSpeaker());
|
||||
HenchDetermineCombatRound();
|
||||
}
|
||||
Reference in New Issue
Block a user