Started by
RedWirePlatinum
on
Topic category: Troubleshooting, bugs, and solutions
I know it might sound dumb at first, but I figured out how to do a "repeat # times" with a custom wait time, and realized that trying to make the first iteration happen instantly doesn't do it as waiting 0 ticks makes whatever is supposed to happen, not happen.
set it 10, every 20 ticks = 1 second, so it would go off half a second later, Im not 100% if that will work though
well setting it to 1 ticks also works, its just setting it to 0 that makes it not work :pensive:
for a "wait" block to be repeated save it as another porcrdure and call that specific procedure to a new one inside the "repeat loop" block(s). Values of 0, demicals or lower are invalid.