Hi there!
I have another special case
I tried to use parameters to create a sort of "bulk" actionlist where I can set a lot of int-variables at once. But didn't find a way to get an input field other than using a "string" variable - which obviously doesn't work because strings and ints are different var types.
Is there a way to get input fields for int-vars using parameters?
Thanks!
Comments
To get an integer box to appear with a parameterised Global Variable, you'd have to un-set the Variable parameter, select an Integer variable, and then reset the field to use the Global Variable parameter.
Edit: The un-set and re-set thingy is a bit tricky, though. If you don't know that it has to be done that way, it's hard to discover.