Hey all, I'm making a convoy mission much like Desert Ambush on Malden, but with many many enhancements. Anyway, I'm trying to make a time calculator, by finding the current speed of the convoy, and then dividing that by how many meters away the convoy is from the player. I know how to do it, but the speed command isn't working for me.
I have:
_convoyspeed = speed conlead
conlead is the leader of the convoy's group. I tried that and it returns the value as '0', so I tried:
_convoyspeed = speed brdm
brdm is the lead vehicle's name. The BRDM is an empty vehicle with conlead assigned as the driver. Would that make a difference?
Anyway, help would be MUCHLY appreciated.
Thanks