Amon_PRC8/_module/nss/rundalleaves.nss

18 lines
501 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
location lLocation = GetLocation(GetWaypointByTag("RundalSpawn"));
CreateObject(OBJECT_TYPE_CREATURE, "rundalhur001",
lLocation);
CreateObject(OBJECT_TYPE_CREATURE, "redhandsolider",
lLocation);
CreateObject(OBJECT_TYPE_CREATURE, "redhandsolider",
lLocation);
CreateObject(OBJECT_TYPE_CREATURE, "redhandsolider",
lLocation);
CreateObject(OBJECT_TYPE_CREATURE, "redhandsolider",
lLocation);
CreateObject(OBJECT_TYPE_CREATURE, "redhandwizard001",
lLocation);
DestroyObject(OBJECT_SELF);
}