Hi there,
I want to make a medic run to the player when he executes a radiocommand.
The medic is near and halted by a waypoint synchronised to the radiocommand trigger. He has a second waypoint and I want this waypoint to move to the position of the player, as he calls for help.
I tried playing around with the getPos and setPos commands, but then I found that waypoints can't be named (in the editor) so you can't say:
wp setPos[(getpos aP select 0), (getpos aP select 1), (getpos aP select 2)]
Now does anyone know how to do this, or maybe work around the waypoint idea.
I searched actions and such, but they only include 'heal at medic', but not something like 'move to soldier'. I also searched other peeps scripts, but that only helped me find out how the setPos and getPos stuff works..
please, can someone help me out?
.tOzz