HiddenTradition_PRC8/_module/nss/ro_h_xp1repawn.nss

20 lines
324 B
Plaintext
Raw Permalink Normal View History

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);
}