Initial upload
Initial upload
This commit is contained in:
12
_module/nss/spawndefenders1.nss
Normal file
12
_module/nss/spawndefenders1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Spawn in the defenders
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc;
|
||||
loc = GetLocation(GetObjectByTag("spawnskelchief3"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "skelchief003", loc, TRUE);
|
||||
loc = GetLocation(GetObjectByTag("spawnskelchief4"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "skelchief004", loc, TRUE);
|
||||
loc = GetLocation(GetObjectByTag("spawnskelchief5"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "skelchief005", loc, TRUE);
|
||||
}
|
Reference in New Issue
Block a user