OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: greg147 on 06 Nov 2005, 13:49:15

Title: Trigger activating at a certain time
Post by: greg147 on 06 Nov 2005, 13:49:15
Hi all,

I've got a boat that I want to move at a certain time in game, 21:00 in this case.

Is it posible to activate a trigger syncronised with a waypoint using time?

Thanks.
Title: Re:Trigger activating at a certain time
Post by: Trapper on 06 Nov 2005, 13:57:59
Try to write true in the trigger condition and to set the three countdown values to the needed number of seconds.

If your mission starts at 2040h, it would be 1200 seconds until 2100h.
Title: Re:Trigger activating at a certain time
Post by: greg147 on 06 Nov 2005, 14:08:42
Can't believe I didn't think of that before. I guess I thought it would be too hard to test to make sure it worked at the right time  ;)

Thanks
Title: Re:Trigger activating at a certain time
Post by: macguba on 06 Nov 2005, 14:52:53
Or

Condition:  dayTime > 21

Syntax etc not guaranteed.