I want that the function is like a die - depending on which number is disgorged, an item shall appear. specific in this function:
1 -> big paddle
2 -> faster ball
3 -> small paddle
4 -> double ball
I put it into a while loop so that an item appears every one minute (I hid the wait(-60) after the while(1) for testing if the code is right