NIGHT

Integer.UseSuperNight = true -- Use the script super night, using timecycle
Integer.ActiveBlackout = true -- decide if you want or not Blackout

Integer.WeathersDay: Decide the type of weather to set during the day

Integer.WeathersAtDay ={
    "EXTRASUNNY",
    "CLEARING",
    "NEUTRAL",
    "RAIN",
    "SMOG",
}

Integer.WeathersAtNight: Decide the type of weather to set during the night

Integer.WeathersAtNight ={
    "FOGGY",
    "THUNDER",
    "RAIN",
    "BLIZZARD",
    "HALLOWEEN",
}
Super-Night

Last updated