Initial commit
Initial commit [v9.7]
This commit is contained in:
34
_module/nss/conv_spawn_soldi.nss
Normal file
34
_module/nss/conv_spawn_soldi.nss
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Spn_Cld");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lankhmarguard001", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lankhmarguard", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lankhmarguard1", lTarget);
|
||||
|
||||
oTarget = oPC;
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lankhmarguard2", lTarget);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user