Home   Help Search Login Register  

Author Topic: auto parachuting?  (Read 650 times)

0 Members and 1 Guest are viewing this topic.

Offline dalton

  • Members
  • *
  • i R n00b
auto parachuting?
« on: 24 Jan 2004, 19:57:49 »
in my mission i have ppl in the cargo of a plane. is there a way for ppl 2 parachute out of the plane once it hits a trigger? btw u can control these ppl
"freedom aint free"

Offline Burn

  • Members
  • *
Re:auto parachuting?
« Reply #1 on: 24 Jan 2004, 20:06:14 »
An classic  ;D: LustyPoohs Ejecting a Group from a Helicopter

execute the script in the triggers on activation box, eg. [] exec "scriptname.sqs" ...or sumthin like that ;) :P

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:auto parachuting?
« Reply #2 on: 24 Jan 2004, 20:08:56 »
never mind...

Bizon beat me to it   :)
« Last Edit: 24 Jan 2004, 20:09:41 by HateR_Kint »
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline dalton

  • Members
  • *
  • i R n00b
Re:auto parachuting?
« Reply #3 on: 24 Jan 2004, 20:43:31 »
for the tut: when i went thru the trigger it gave me a message in the top left corner of my screen that said: _vehicle=_this select 1 #: Error Zero Divisor
"freedom aint free"

Offline dalton

  • Members
  • *
  • i R n00b
Re:auto parachuting?
« Reply #4 on: 24 Jan 2004, 21:06:11 »
nm but i want it 2 eject automatically. not just wait 4 u 2 eject. how would i do that?
"freedom aint free"

Offline Burn

  • Members
  • *
Re:auto parachuting?
« Reply #5 on: 24 Jan 2004, 21:07:10 »
I guess u didn't run the example mission or check the description in the script :hmm:...

Well anyway, heres the corect syntax: [mygrp,heli1] exec "groupeject.sqs"

Where:
mygrp is the name of your group. Name the group by enterin' whateverNameULike=group this in the initfield of the group leader.

and heli1 is the name of the chopper... make damned shure that the chopper dont fly to low, using flyInHeight command, othervise you get killed before the chute opens.

All details are located in the script itself or the Xample mission. ;)

Offline Burn

  • Members
  • *
Re:auto parachuting?
« Reply #6 on: 24 Jan 2004, 21:10:50 »
Quote
nm but i want it 2 eject automatically. not just wait 4 u 2 eject. how would i do that?
How do you mean ???... the script that was provided does just that... or did you mean u wanted to bailout when the chopper gets hit or WHAT... explain. :-\
« Last Edit: 24 Jan 2004, 21:11:37 by Bizon »

Offline dalton

  • Members
  • *
  • i R n00b
Re:auto parachuting?
« Reply #7 on: 25 Jan 2004, 15:27:51 »
i want it to automatically parachute u out when u hit a trigger or somethin. with that script it just sits and waits for u 2 eject manually, then just flies away.
"freedom aint free"

Offline dalton

  • Members
  • *
  • i R n00b
Re:auto parachuting?
« Reply #8 on: 25 Jan 2004, 15:30:02 »
thats also the same thing that happens in the example mission.
"freedom aint free"

Offline dalton

  • Members
  • *
  • i R n00b
Re:auto parachuting?
« Reply #9 on: 25 Jan 2004, 15:45:36 »
nm i got it workin. i 4got 2 group the ppl i wanted 2 eject.
thnx alot peoples of ofpec
"freedom aint free"