 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.
 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.
It looks like you're new here. If you want to get involved, click one of these buttons!
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.