titleParam1 = "DAYTIME";
valuesParam1[] = {1,2,3,4,5,6,7,8};
defValueParam1 = 1;
textsParam1[] = {"Random", "Dawn", "Midday", "Dusk & Autoflares", "Dusk", "Night & Autoflares", "Night", "24hrs & Autoflare", "24hrs"};
All in description.ext
Run a script where u handle all values:
?(param1 == 1):goto "Random"
?(param1 == 2):goto "Dawn"
?(param1 == 3):goto "Midday"
?(param1 == 4):goto "Dusk"
?(param1 == 5):goto "Dusknoflare"
?(param1 == 6):goto "Night"
?(param1 == 7):goto "Nightnoflare"
?(param1 == 8 ):goto "DAYNIGHTDAY"
?(param1 == 9):goto "DAYNIGHTDAYnoflare"
Use SkipTime to adjust time.