Home   Help Search Login Register  

Author Topic: ist not a scripting problem more a bug.  (Read 350 times)

0 Members and 1 Guest are viewing this topic.

ghostunit

  • Guest
ist not a scripting problem more a bug.
« on: 25 Mar 2003, 18:43:33 »
is it me or OFP?. yes this is about a script BUT DONT SEND IT TO THE SCRIPT PART OF THE FORUM!!!!! as no one has replied and i need to no if there is a height restiction on a group parachuting or its me . Ok here we go i downloaded two different para scripts, just two see and installed them and ran the examlpe missions that came with them. One had the heli flyinheight at 120 and the other at 125, and i wanted my troops at 200-300 so i ran the scripts as normal and they work fine, then i changed the flyinheight 200.and at the next  waypoint player exec "AlpahExit.sqs, the heli flies around and around and yes you guesed it around !!!!!. but no prara drop whats going on how is there a way to stop this please put me out of my misery. pleeeeeeeeeeeease ??? :'(

ghostunit

  • Guest
Re:ist not a scripting problem more a bug.
« Reply #1 on: 25 Mar 2003, 19:01:35 »
Oh yes um this is the script lol i forgot to include ???
_aunits = units L1
_i = 0
_Max = count _aunits

#Here
(_aunits select _i) action ["EJECT",helo]
unassignvehicle (_aunits select _i)
_i=_i+1
~1
?_Max>_i:goto "Here"

exit

Scratchdat

  • Guest
Re:ist not a scripting problem more a bug.
« Reply #2 on: 25 Mar 2003, 19:36:07 »
The problem is maybe because the height limit of a helicopter in ofp is supposedly 150. That may be the limit to the script ur trying to do.

But i'm only guessing.