I need to create units in a place and then make them moving to a position. I wrote this:
_soldier = "Soldier" createvehicle [x,z]
_soldier move [x1,z1]
guess what? He shows up and goes nowhere.
I tried this:
"Soldier" createunit [xz, group, "this domove [x1,z1]"]
guess what? fucking the same.
Now, can somebody teach me how to kick this lazy bastard and make him moving?
Thanks,
Simon