I am having some probs with some scripting, i know the answer but its not working if that makes sence, this is my prob.
_player=_this Select 0
?!(IsNull _player):Goto "Init"
Exit
#Init
HALO=false
DROP=false
#Start
~2
@(Getpos _player Select 2)>=200 OR !(ALive _player)
?(!Alive _player):Goto "End"
_vcl=Vehicle _player
?(_player==Driver _vcl):_action=_vcl Addaction ["Jump!","HaloDrop.sqs"]
HALO=true
Goto "Wait"
#Wait
@(Getpos _vcl Select 2)<200 OR !(Canmove _vcl) OR (DROP)
?!(Canmove _vcl) OR (DROP):Goto "end"
HALO=false
_vcl RemoveAction _action
Goto "Start"
#End
HALO=false
Exit
the prob is that the jump action only workes when the player is the driver, now i would like the jump action to work when the player is in cargo (passenger) i have put Cargo in instead of driver/gunner/commander but it dont seem to work, does anyone have any ideas? its really anoying me , because whats the use of a halo drop if the players in the back cant bloddy jump! ahrrrrr
i am useing chris script editor
Chears
Smiley