I ildaglio Guest Nov 16, 2017 #1 I would like to create a coin generator the problem is I do not know how to increase the coin variable every second as I could achieve this goal
I would like to create a coin generator the problem is I do not know how to increase the coin variable every second as I could achieve this goal
N Noam Shafir Guest Nov 17, 2017 #4 Becon said: set a timer for 1 second. coin += 1 ¯\_(ツ)_/¯ Click to expand... I prefer coin ++