Initial commit
Initial commit [v9.7]
This commit is contained in:
25
_module/nss/ent_spn_rtdr_ahs.nss
Normal file
25
_module/nss/ent_spn_rtdr_ahs.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Spawn some critters.
|
||||
|
||||
oTarget = GetWaypointByTag("WP_kersdoor");
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget));
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget));
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget));
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget));
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user