I'm trying to create a script that will spawn Ai in a given area, but failing.
Heres what i have so far.
I created a marker and called it Flag1Spawn, this is where I want the AI created, I then have the script called, ["Flag1Spawn"] exec "ai_respawn.sqs"
The contents of the ai_respawn.sqs as below
_FlagSpawn = _this Select 0
"SoldierWB" createUnit [getmarkerPos "_FlagSpawn",groupAlpha]
No AI is spawned in the area I want them to be, anyone got any ideas?