Initial upload
Initial upload
This commit is contained in:
10
_module/nss/spawndefenders2.nss
Normal file
10
_module/nss/spawndefenders2.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Spawn in the defenders
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc;
|
||||
loc = GetLocation(GetObjectByTag("spawnskelchief1"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "skelchief001", loc, TRUE);
|
||||
loc = GetLocation(GetObjectByTag("spawnskelchief2"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "skelchief002", loc, TRUE);
|
||||
}
|
Reference in New Issue
Block a user