OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: kris on 02 Feb 2005, 00:28:05

Title: Make fire burn after 18:00
Post by: kris on 02 Feb 2005, 00:28:05
how can i make a fireplace come to life after an spesific time?

thx in advance
Title: Re:Make fire burn after 18:00
Post by: Nemesis6 on 02 Feb 2005, 00:47:38
You can't... the closest thing available checking how long time has passed since the mission started.
Title: Re:Make fire burn after 18:00
Post by: RujiK on 02 Feb 2005, 01:21:21
do you mean just make a fireplace burn?

just use Fireplace inflame true

If you want the fireplace to be out until its dark just use this

@(daytime >= 18.0)
Fireplace inflame true
Title: Re:Make fire burn after 18:00
Post by: XCess on 02 Feb 2005, 01:31:24
or
~numberOfSecondToWait
fireName inFlame true

hmm.. didn't read the thread name  ::)