Home   Help Search Login Register  

Author Topic: chopper takes 29 seconds to start, please help  (Read 421 times)

0 Members and 3 Guests are viewing this topic.

Phantom

  • Guest
chopper takes 29 seconds to start, please help
« on: 16 Jul 2003, 21:41:31 »
I'm making a cutscene, and this chopper is suppose to start rotating it's blades, and it takes 29 seconds. I'm not the pilot, I'm in the back, and I tried it out of the cutscene, and I and it doesn't work, and there's another chopper that's going fine. I didn't use to have this problem in my cutscene, please help.....

gadolinite

  • Guest
Re:chopper takes 29 seconds to start, please help
« Reply #1 on: 17 Jul 2003, 19:14:17 »
do you want the blades to rotate for 29 seconds?

I don't think you can, but here is what I would do.

Keep seting the fuel to 1 and to 0 on and off on one second intervals.

play with this and get the approiate time

_ctr = 29
#loop
_ctr = _ctr - 1
chop setfuel 0
~1
chop setfuel 1
?_ctr != 0 : goto "loop"

I maybe wrong

Phantom

  • Guest
Re:chopper takes 29 seconds to start, please help
« Reply #2 on: 17 Jul 2003, 23:35:50 »
the chopper needs to take off.

and why was this moved? it's a problem in and out of the cutscene. and it's not a problem with the cutscene.