Help With Invasion Spawning

I made a really nice Invasion map (Comm Tower) with all of the objectives working but I can’t get the spawning to work. I need help!

1. Use Hill Markers, not spawn points. You need Initial Spawn Points, but Invasion respawns are done using gametype labels.

Specifically,

INV_RES_Px = Respawn point for Phase X
INV_RES_ZONE = Backfield spawn, always available

2. Account for Fireteams. These are the sub-teams that players are broken into when playing – the “battle bros”. You can make a spawn available for one Fireteam or for all Fireteams by using the Spawn Sequence.

0 = First Fireteam only
1 = Second Fireteam only
2 = Third Fireteam only
3 or higher = All Fireteams