Can no one help me? Have I finally stumped the ones on this site? Or is it my questions is 2 confusing? I will go with the 2nd one.
Let me make it simple.
I have a raised platform (Acting as a runway) out in the water. I have a plane on the platform. I used the setpos command: this setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +4] for the plane Which works fine until I activate this trigger:
me = _this select 0
_timer = _this select 1
_pos = Getpos _me
#loop1
_me setpos _pos
? _time < _timer : goto "loop1"
Exit
----------------------------------------
[myplane, 12] exec "Takeoffscript.sqs"
12 = the amount of time to stay still
-----------------------------------------
The plane then sinks below the deck and blows up in the water or in between the deck and the water. Their must be a way to solve this and I am lost for ideas. Please help or I will kill myself. (that should get you working on it)
Anyway thanks in advance. ;D