Ok what im really trying to do is have some players jump off of the cliffs of malden and get in a get away boat, it would be more realistic if I could stall them in the water for a bit, because the player would die landing in a boat in real life.. maybe I can camcreate and attach a parachute?.. The player is only at around 2-4 meters from the ground the whole fall. It would probably hit the edge of the cliff and kill the player. It might work if I can somehow set the players pos out a bit or somehow make them "eject" like from a heli? but without the heli
I hope that makes some sence
so far the players are boarding fine.. if u jump right, but it is set up easy.
Im not verry good with scripts yet but im getting there..
my sudgestion on maybe what I could do:?
make a trigger for each unit on the cliff edge..
attach a parachute to the player
then make a player setpos get pos, move him to the right location, maybe the trigger as the location, it should fall from as close to center as possible,
a short delay ~3
then the opening a parachute hey had on
command to detect who is using the trigger..?
get that player to board boat,
Condition:
On Activation:
player distance
boat < 15
player moveincargo
boatall units in
boat setfuel
1exit
I dont know the commands but the general idea is there.. is it possible?