Initial commit
Initial commit [v9.7]
This commit is contained in:
19
_module/nss/dest_r2_spn_r3.nss
Normal file
19
_module/nss/dest_r2_spn_r3.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Spn_roggor2");
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "roggor3", lTarget);
|
||||
oTarget = GetObjectByTag("Roggor2");
|
||||
DestroyObject(oTarget, 0.1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user