#Why doesnt this wait 500ms before it gives each diamond?

1 messages · Page 1 of 1 (latest)

sudden heath
#

Im trying to make crates

olive spruce
#

runTimeout time is measured in ticks

#

each second lasts 20 ticks soo you basically put 25 seconds delay

sudden heath
#

I want it to be like a 1/4 of a second delay inbetween each

alpine imp
#

Make both the wait function and the crateMenuTest function async then use the await keyword where you call the wait function