// Spawn in the defenders void main() { location loc; loc = GetLocation(GetObjectByTag("spawnpoint5")); CreateObject(OBJECT_TYPE_CREATURE, "orcdefender003", loc, TRUE); CreateObject(OBJECT_TYPE_CREATURE, "orcdefender005", loc, TRUE); }