PWE_PRC8/_module/nss/valen_attacks.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

25 lines
417 B
Plaintext

#include "nw_i0_generic"
/* Script generated by
DM Kaine 12/10/2003
For download info, please visit:
http://www.kaineonline.net */
//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = OBJECT_SELF;
SetIsTemporaryEnemy(oPC, oTarget);
AssignCommand(oTarget, ActionAttack(oPC));
AssignCommand(oTarget, DetermineCombatRound(oPC));
}