#include "nw_i0_tool" void main() { object oPlayer = GetEnteringObject(); int nCheck = GetLocalInt(oPlayer, "MurAtt1"); if( nCheck == FALSE) { if(!CheckPartyForItem(GetPCSpeaker(), "HERETIC")) { CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack1"))); CreateObject(OBJECT_TYPE_CREATURE, "leocheuk", GetLocation(GetObjectByTag("MurazAttack1"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack2"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack2"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack3"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack3"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack4"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack4"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack5"))); CreateObject(OBJECT_TYPE_CREATURE, "murazianmerce001", GetLocation(GetObjectByTag("MurazAttack5"))); SetLocalInt (oPlayer, "MurAtt1", TRUE); } } }