Ok, I have a slight problem, in a mission I'm using Toadlifes grouplink script, and and hunt script LCD gave me.
Now, the hunt script seems to work fine when I put it everything together in a demo mission, then I copyed it into my mission. but apon ejecting from the choppers, the men land, and just stay there, now, this is not from the unassignvehicle prob, I have that in, and all works fine in the demo mission, but when added to the actual mision, they just land, group up and stand still.
As a test I put myself in with the squad that is ejected, now the guy in charge is telling them every few seconds to move to the location the target is, to hunt them, but he himself is not moving, making them just stand there with him saying all move to eb 45 every 3 seconds.
This is the script I have from LCD. Can anyone tell me what is wrong, and if it is a conflict with toadlife's grouplink script, how I can still use both?
_unit = _this select 0
_num = _this select 1
_tar = _this select 2
_vari = _this select 3
_if = _this select 4
_group = group _unit
#loop
[_group,_num] setwppos getpos _tar
? _if : [_group,_num+1] setwppos getpos _tar
~5
? ends : exit
goto "loop"