Initial commit. Updated release archive.
This commit is contained in:
19
_module/nss/ro_h_xp1repawn.nss
Normal file
19
_module/nss/ro_h_xp1repawn.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user