- Messages
- 12
- Country

Hello, I am part of an online flying community that will be recreating the Valdez STOL competition and poker run. At the end of our event it would be very cool to have a fireworks display that everyone can see, triggered by the time that the server is displaying. I have read the wiki on runway lights, and was wondering if anyone could give me some help on how to impliment this into an effects control file the runway code is as follows
It would be great if the fireworks were set to go off at 7:00pm or something like that. Thank you for any assistance you can provide
IFIN1 DSToff, 038eh, 420, 420 ; DST if offset is 7 hr x 60 min West of GMT
IFIN1 lightson, 0389h, 4, 13 ; GMT from 4:00 to 13:59:59 (21:00-07:00 PDT)
BGL_JUMP_32 DSTend
DSToff label BGLCODE
IFIN1 lightson, 0389h, 5, 14 ; GMT from 5:00 to 14:59:59 (21:00-07:00 PST)
DSTend label BGLCODE
BGL_JUMP_32 nolights
It would be great if the fireworks were set to go off at 7:00pm or something like that. Thank you for any assistance you can provide