Ok sweet its getting closer now, axis spawns at the Fallback spawn, and the messages pop up. Allies still spawn at the original spawn though… Maybe I haven’t set up the entities properly?
Upper spawn entities:
Bluespawn:
-Invulnerable
targetname upper_spawn
Redspawn:
-Invulnerable
-startactive
targetname upper_spawn
Objective
-default axis
targetname upper_wobj
description Upper Spawn
scriptname upper_wobj (not even sure if i need this one :P)
the problem it seems is that it is setting the allies to a spawn that they dont actually own… In game as axis I typed /setspawnpt 1 and it sent me back to the original spawn… How does allies actually acquire the spawn, alertentity?
Edit: I FINALLY got it … thanks for the help…
I just put alertentity upper_spawn in after the setautospawns and now it works fine… thanks for all your help guys