Hi all,
I'm about to give up and I've trawled this site and tried different code and no success. I don't move on in complexity until i can get the simple things working:
in a file called spawn1.sqs:
_grp1 = createGroup west;
_man1 = _grp1 createUnit ["SoldierWB", getMarkerPos "base", [], 0, "CAN_COLLIDE"];
I exec this inside the game using the [] exec "spawn1.sqs" on "RADIO ALPHA".
I have a marker named "base"
Yet, no man/soldier appears! I'm racking my brain and I can't get this simplest of things to work. please help