Posted 11 July 2012 - 08:57 AM
Okey so I have started to make a new program on my turtle that will lay an area I tell it to with the resources i put within its inventory.
I have however stumbled on a problem and I need some help please.
??? I want my turtle to check after placing each block if it still has blocks left in its inventory so that if I was to say place the blocks 200 long and 200 wide
( of course its inventory is not enough to place this amount of blocks) to place the blocks until it runs out and just wait there but not stopping my program like a "pause"
for the program to just wait and then lets say ask a question to continue. So when u reload the turtle that u can then say continue using read() that it will go on where the
program was "paused" so it wont have to rerun but keep the count on where it was in the program.
Sasuke
I have however stumbled on a problem and I need some help please.
??? I want my turtle to check after placing each block if it still has blocks left in its inventory so that if I was to say place the blocks 200 long and 200 wide
( of course its inventory is not enough to place this amount of blocks) to place the blocks until it runs out and just wait there but not stopping my program like a "pause"
for the program to just wait and then lets say ask a question to continue. So when u reload the turtle that u can then say continue using read() that it will go on where the
program was "paused" so it wont have to rerun but keep the count on where it was in the program.
Sasuke