Initial commit
Initial commit [v9.7]
This commit is contained in:
34
_module/nss/conv_spawn_ambus.nss
Normal file
34
_module/nss/conv_spawn_ambus.nss
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Spwn_Ambsh");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "kreshmar2", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "skel2", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "roggor", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "grilli2", lTarget);
|
||||
|
||||
oTarget = GetObjectByTag("streettosewer");
|
||||
|
||||
SetLocked(oTarget, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user