Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

@arthurbrunner

When the condition "full" is met, the loop doesn't repeat. So obviously, the condition isn't checked any more. You're out of the loop.

You need to wrap an unconditional loop around the conditional one. That way, the condition is checked repeatedly and when the storage has room again, the action inside the conditional loop restarts.

I agree.  I also like to put a "Wait" command after the inside "conditional" loop before the end of the outside "unconditional" loop to avoid the annoying jittering of the execution of the two loops.  In the new version 125, I get the "Wait" command by training the bot to go to a spot and clicking that spot again, and then changing the number of seconds shown to wait to an appropriate value for the situation.