HiddenTradition_PRC8/_module/nss/ro_h_xp1repawn.nss
2024-06-20 15:47:42 -04:00

20 lines
324 B
Plaintext

void main()
{
object oTarget;
oTarget = OBJECT_SELF;
DestroyObject(oTarget, 0.0);
object oSpawn;
location lTarget;
oTarget = GetWaypointByTag("Replace with Waypoint for Henchman starting point");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "Replace with Henchman Resref", lTarget);
}