Search found 1 match

by JD
Mon Jan 30, 2017 2:48 pm
Forum: Experiences And 'How To' - Questions
Topic: Sunset / Sunrise timer
Replies: 1
Views: 25017

Sunset / Sunrise timer

I want to control my output with sunset and sunrise. On sunset the quelist need to play, on sunrise it need to stop.

This is wat I have so far:

void InitEffect()
{
date d =GetDate();// today

time tr =GetTimeSunriseCity(d,CITY_TILBURG);
WriteText("Sunrise: "+(string)tr.hour+":"+(string ...