Hello. I am trying to us repeat but it wont work as I planned it. It repeats actions x times in the same tick... But I wanted to complete action, and start it again when previous action is done. How can i achieve it?
Not sure of what want exactly, but would this be of help ?
Make a variable ActionIsBusy
set it to no
on action - set to yes
on acyion finished set to no
if actionisbusy =no - start action
Develop games in your browser. Powerful, performant & highly capable.
Thanks for replies. The way I tried it was Repeat 2 times : Call Function
I found a way that works, rather than using repeat, I just placed "call function" at end of function