#Where is problem please?
1 messages · Page 1 of 1 (latest)
you're close.
If you need to reference something from the options section, the variable needs a @ symbol (like how local variables start with _, options variables start with @). Because of this, Sktipt is actually thinking those are global variables instead of options.
so on line 17, you need to add an @ symbol to the last two variables in that line and you should be set
How can it be please? I don't know how to do it anyway
it's literally adding a @ after the first { in those two variables I pointed out.
Please help me with it. I don°t understand
With what you are doing, it will be a bit more intensive than just getting a value between to things like that.
Unfortunately, you can't get a random value between two timespans, you'll have to loop all possible combinations and put them in a list, then get a random element out of the list.