Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Delay start-up engine
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Delay start-up engine (Read 439 times)
0 Members and 1 Guest are viewing this topic.
O Neil
Guest
Delay start-up engine
«
on:
20 Jun 2004, 06:56:56 »
Hey
How do I delay starting the engine of a helicopter for like, 3 seconds ? I want an engin starting sound to play & then have the helicopter start going.
(O'Neil
PS: Prefurably in a script
Logged
j-man
Guest
Re:Delay start-up engine
«
Reply #1 on:
20 Jun 2004, 08:02:54 »
Code:
[Select]
heli setfuel 0
~3
heli setfuel 1
...
what ever you want
...
Would this work for ya?
Logged
O Neil
Guest
Re:Delay start-up engine
«
Reply #2 on:
20 Jun 2004, 09:23:39 »
Hmmm . . . no idea why I didn't think of that
Thxs
(O'Neil
PS: Feeling stupid
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Delay start-up engine
Top of page