OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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.
-
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.
-
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
-
Or
Condition: dayTime > 21
Syntax etc not guaranteed.