Initial upload
Initial upload
This commit is contained in:
10
_module/nss/spawnogres.nss
Normal file
10
_module/nss/spawnogres.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Spawn in the Doom Knight Scouts
|
||||
|
||||
void main()
|
||||
{
|
||||
location loc;
|
||||
loc = GetLocation(GetObjectByTag("spawndoomscout9"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "doomscout009", loc, TRUE);
|
||||
loc = GetLocation(GetObjectByTag("spawndoomscout10"));
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "doomscout010", loc, TRUE);
|
||||
}
|
Reference in New Issue
Block a user