Ok what I need is a script to simply move my 6 playable units to another location when the script is activated.
Basically my group has run into a roadblock and gets arrested, I want the screen to fade to black for a few seconds then fade in again when the units are in the "prison"
I kinda suck at sripting currently. Which is why im here..
I need my 6 players, named R1, R2, R3, R4, R5, R6 to move to a gamelogic object named prison.
I dont think its too hard.. just need a fade to black, then a setpos for the 6 men, then a fade in.. but I dont know how to put it together properly..
the leaders name is R1 so would it be: ?
~3
titlecut ["","black out"5]
~6
"_x setpos getpos prison" foreach units group R1
~2
titlecut ["","black in"5]
~5
exit
Well, Ive tried it how it is above and it warps the players fine, but the fade out and in doesn't work, it comes up with an error message at the top of the screen.. How can I fix that?
and what does the thing do?