Hello,
I have 4 ListBox objects and a button. When player selects numbers (from 0 to 9) from the ListBoxes and clicks a button a want to generate one 4-digit number.
Example: Player chooses 2, 5, 8 and 3 from ListBox, the result number should be: 2583.
I'm not sure how I can do this