Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
9
_module/nss/spawndefenders2.nss
Normal file
9
_module/nss/spawndefenders2.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Spawn in the defenders
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc;
|
||||
loc = GetLocation(GetObjectByTag("spawnpoint1"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "orcdefender001", loc, TRUE);
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "orcdefender002", loc, TRUE);
|
||||
}
|
Reference in New Issue
Block a user