viewing paste Unknown #716 | C

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
-   script  DayNight    -1,{
OnInit:
    if( gettime(3)>=20 || gettime(3)<8 )
        night;
    end;
 
OnHour08:
    day;
    end;
 
OnHour20:
    night;
    end;
}
Viewed 821 times, submitted by Guest.