Hello I am trying to make the this script work. It works fine until I want the bus to actually move to the position (gl1) It creates everything perfect and yes I do have a gamelogic down named gl1 why wont the unit drive to that position?
>: :'(
bus1 = "bus" createvehicle getpos a;
man1 ="bas_ranger" createvehicle getPos a
man1 moveindriver bus1
~4
man1 domove getpos gl1
_________
I am grateful for any help ;D