Home   Help Search Login Register  

Author Topic: Need an object parachute script!  (Read 1877 times)

0 Members and 1 Guest are viewing this topic.

Sakato

  • Guest
Need an object parachute script!
« on: 28 Aug 2002, 22:05:20 »
Hy guys, I'm looking for a script for making things (as an ammo crate for my mission) fall from the sky with a parachute.

Cedaie

  • Guest
Re:Need an object parachute script!
« Reply #1 on: 29 Aug 2002, 06:55:23 »
worms style huh, i dunno if this'll work but try, in the ammo crates init field type this moveindriver para

para being the empty parachute name

empty/air/parachute
name it para

like I said I dunno if it works, I hope so, else, in a script put

#loop
crate setpos getpos para
goto "loop"

Fishion

  • Guest
Re:Need an object parachute script!
« Reply #2 on: 29 Aug 2002, 13:11:30 »
Don't forget a delay in the script:
and the height probably needs to be adjusted

#loop
~0.1
crate setpos [(getpos para select 0), (getpos para select 1),(getpos para select 2) - 2]
goto "loop"

Pow3r

  • Guest
Re:Need an object parachute script!
« Reply #3 on: 29 Aug 2002, 19:52:53 »
:booty:  :)
« Last Edit: 30 Aug 2002, 03:49:24 by Pow3r »

ste150

  • Guest
Re:Need an object parachute script!
« Reply #4 on: 29 Aug 2002, 22:35:24 »
this is a script ive used b4,
  it doesnt allways work tho
http://members.lycos.co.uk/bloodmixer/Parachute_Dropping_v1-1.zip

DeusRich

  • Guest
Re:Need an object parachute script!
« Reply #5 on: 31 Aug 2002, 12:01:09 »
parachutes are a bit weird, sometimes, when there is none in them, they collapse and hurtle down to the ground.... mayb if they are set to flying rather than just created in the air it mite work.... otherwise that script is fine, should mke sure the ammo box stays 1 metre below the parachute
only thing is, it wont rotate, I think using cos, sin and tan you can set the angles the same... neway, try it and post any problems with it here..

OPF FREAK

  • Guest
Re:Need an object parachute script!
« Reply #6 on: 02 Sep 2002, 01:19:53 »


[attachment deleted by admin]

Captain Winters

  • Guest
Re:Need an object parachute script!
« Reply #7 on: 04 Sep 2002, 21:18:55 »
how come u cant just use this command:?
<ammocratename> moveInCargo <paraname> ??

OPF FREAK

  • Guest
Re:Need an object parachute script!
« Reply #8 on: 04 Sep 2002, 22:05:05 »
I think you can only put soldiers or men into the parachute and youd have to put <ammocratename> moveIndriver <paraname> but it would only work with men