Initial commit
Initial commit [v9.7]
This commit is contained in:
31
_module/nss/cnv_attck_slayrs.nss
Normal file
31
_module/nss/cnv_attck_slayrs.nss
Normal file
@@ -0,0 +1,31 @@
|
||||
#include "nw_i0_generic"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oRodolfo = GetObjectByTag("Rodolfo");
|
||||
|
||||
ChangeToStandardFaction(oRodolfo, STANDARD_FACTION_HOSTILE);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
ActionAttack(oPC);
|
||||
|
||||
object oDaol = GetObjectByTag("Daol");
|
||||
|
||||
ChangeToStandardFaction(oDaol, STANDARD_FACTION_HOSTILE);
|
||||
|
||||
//object oPC = GetPCSpeaker();
|
||||
|
||||
ActionAttack(oPC);
|
||||
|
||||
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("Marn");
|
||||
|
||||
AssignCommand(oTarget, ActionAttack(GetObjectByTag("Daol")));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user