Im creating a lottery number tracker for a game. The issue im having is trying to make the button below the input box generate a number between 01-10 and apply it to the input box above it. Ive explored several different plugins and forum post, but I want able to get it to work.
Hi there, @toddpechin12344… if I understand your post correctly, one way to do what you described is to create an option set with options of 01 through 10. Then, create six custom states, all of which have a state type of the option set. When each button is clicked, set a different custom state to a random option from the option set. Here is an example for the first button.
Then you’re still doing something wrong, and without being able to see every part of your setup, I don’t know what that is. For the heck of it, delete the red expression and try to create it again.