Hey I’m new to Zscript I had a class of JavaScript and there you could check every frame if the if statement was true, now I was wondering if you can do that here. I’m trying to make a size slider that goes from 512 to 1024 to 2048 to 4096.
[ISlider, Size, 512, SizeSliderVal, 512, 4096,]
[If, SizeSliderVal>512,
[VarSet, SizeSliderVal, SizeSliderVal*2]
]