Ok unfortunatly that dosent work.
Ill explain the format of that part of the mission a little bit.
two mi17's approach your position, one parachutes 4 spetznatz
the other parachutes a bmd
Inside the bmd is a squad
The commander has this in his intfield:
red = group this ; "_x moveincargo bmd" foreach units red
his name (in editor) is red1 with the squad folling that convention up to 6
So, black out and you, the bmd and red squad are setpos'd. Black in, some titletexts follow.
Black out, setpos bmd and red squad to a position east of you (better for attack)
Using snypirs radio tutorial I have setup so at this point a new option appears in the radio 3 and 4 slot. Red squad attack and bmd attack respectively.
When selecting either of theese a script is run: red.sqs or bmd.sqs
red.sqs contains:
vlad1 sidechat "Red squad, attack"
~4
Red1 globalchat "Roger, moving in now"
red move getpos base
red setbehaviour "combat"
red setcombatmode "red"
Exit
as aid I have tried every combination of move order and none work (however domove works fine for the bmd)
What am I doing wrong?? :)