Difference between revisions of "Talk:Robust Turtle API"
From ComputerCraft Wiki
(About digging) |
(→About digging) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== About digging == | == About digging == | ||
− | You should add a timeout function so that your turtle's problem doesn't stall. If someone has a cobblestone generator for example, and they want it to dig only 128 at a time, your program is going to be frozen. | + | You should add a timeout function so that your turtle's problem doesn't stall. If someone has a cobblestone generator for example, and they want it to dig only 128 at a time, your program is going to be frozen. [[User:Unit158|-Unit]] 10:03, 14 April 2013 (MSK) |
+ | |||
+ | : Good point. It will not happen often, but the purpose is to be robust so I guess I'll add it. --[[User:Requios|Requios]] 11:42, 15 April 2013 (MSK) |
Latest revision as of 07:42, 15 April 2013
About digging
You should add a timeout function so that your turtle's problem doesn't stall. If someone has a cobblestone generator for example, and they want it to dig only 128 at a time, your program is going to be frozen. -Unit 10:03, 14 April 2013 (MSK)
- Good point. It will not happen often, but the purpose is to be robust so I guess I'll add it. --Requios 11:42, 15 April 2013 (MSK)