Amon_PRC8/_module/nss/kuljherwarspawn.nss

20 lines
773 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack1")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack3")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack4")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack5")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack6")));
CreateObject(OBJECT_TYPE_CREATURE, "KuljherWarrior",
GetLocation(GetNearestObjectByTag("KuljherAttack7")));
}