Amon_PRC8/_module/nss/minionofraith.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

20 lines
766 B
Plaintext

void main()
{
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack1")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack3")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack4")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack5")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack6")));
CreateObject(OBJECT_TYPE_CREATURE, "minionofraith",
GetLocation(GetNearestObjectByTag("KuljherAttack7")));
}