So I'm spending some holiday time converting some of my old OFP scripts to work in Arma2 and I've hit a pretty major snag. I cannot spawn game logics. Or I can spawn them, but I can't move them. For example:
_gl = "Logic" camcreate getpos player
player setpos getpos _gl
puts me in the sea each and every time. I'm therefore not even sure that the game logic has even spawned.
Is "Logic" not the right name? Should I be using createvehicle instead? Doesn't seem to make a difference. Is there a time delay which I need to account for?