Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/chng_fact_hostil.nss
Normal file
13
_module/nss/chng_fact_hostil.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Faction Change Script for a Trigger
|
||||
#include "nw_i0_generic"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Change Faction to Hostile
|
||||
object oAttacker = GetPCSpeaker();
|
||||
if(GetIsObjectValid(oAttacker))
|
||||
{
|
||||
ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_HOSTILE);
|
||||
}
|
||||
DetermineCombatRound(GetPCSpeaker());
|
||||
}
|
Reference in New Issue
Block a user