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