I'm trying to get a squad of marines to move from their starting positions to somewhere else. I tried the following:
I created an encounter called 'Marines'. In this encounter I made a marine squad called 'Marines1'. I assigned a command line to them which tells them to move to a certain command point (which I also placed on the map). I put the status of this marine squad to alert in all status boxes. I also created move positions but am not sure if this makes a difference.
Anyways I do not see my ai move at all if I do all this, so I decided to make a simple script. The one I used is:
Code: Select all
(script startup moveMarines1
(sleep 20)
(ai_command_list Marines Marines1advance)
(sleep 20)
(ai_command_list_advance Marines)
)
Could someone please tell me what I might be doing wrong?
I will reward you with some fine belgian chocolate!
Peace and love
L0d3x