Initial commit
Initial commit [v9.7]
This commit is contained in:
23
_module/nss/cnv_fact_chefmh1.nss
Normal file
23
_module/nss/cnv_fact_chefmh1.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#include "nw_i0_generic"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oChefmh = GetObjectByTag("Chefmh");
|
||||
ChangeToStandardFaction(oChefmh, STANDARD_FACTION_HOSTILE);
|
||||
|
||||
ActionAttack(oPC);
|
||||
oTarget = GetObjectByTag("Chefmh");
|
||||
SetIsTemporaryEnemy(oPC, oTarget);
|
||||
AssignCommand(oTarget, ActionAttack(oPC));
|
||||
AssignCommand(oTarget, DetermineCombatRound(oPC));
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user