Initial commit
Initial commit [v9.7]
This commit is contained in:
27
_module/nss/ent_spn_mrgtrbls.nss
Normal file
27
_module/nss/ent_spn_mrgtrbls.nss
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Mrrg_trbls");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lordgresh3", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "larella3", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_PLACEABLE, "mrgtrbls", lTarget);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user