SOMEONE HELP ME ON HOW TO USE STOP REPEATING I TRIED TO DO IT BUT IT KEEPS ON FAILING HELP ππππππ#castlehow #howto #helpme #advice #ineedhelp #castlehelp
When you put this command in a repeat cycle, it will stop the repeating. This can be useful when for example: you tapped on a button, it modifies $taps to 1 and starts creating berries, and if you tap second time, the $taps will be reset and the button will stop the repeat cycle.
When this is tapped:
-Modify $taps to +1
-Repeat every 0.0167 seconds:
βIf $taps = 1:
β-Create berry
β-
βElse:
βStop repeating
βReset $taps