Initial commit
Initial commit [v9.7]
This commit is contained in:
31
_module/nss/cnv_spn_rdk1.nss
Normal file
31
_module/nss/cnv_spn_rdk1.nss
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_SPn_Rkn");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "rodonikon1", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "tough1", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "tough2", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "tough3", lTarget);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user