Sure, I know that, and I usually do it with radio triggers, and I have seen it done radomly with scripts. What I want to try is for the host/admin to be able to select it before the game begins. I use this for the timer and score in the description.ext:
titleParam1 = "Time:";
valuesParam1[] = {10000, 1, 300, 600, 900, 1200, 1500, 1800, 2700, 3600, 7200};
defValueParam1 = 1800;
textsParam1[] = {"Unlimited","1 Min", "5 min", "10 min", "15 min", "20 min", "25 min", "30 min", "45 min", "1 hour", "2 hours"};
titleParam2 = "Score to win:";
valuesParam2[] = {10000, 1, 5, 7, 10, 15, 20, 25, 30};
defValueParam2 = 5;
textsParam2[] = {"Unlimited", 1, 5, 7, 10, 15, 20, 25, 30};
Can I do something similar for weather/fog/tod?
I don't really want it to be variable, but fixed once the host sets it.