this is code
http://pastebin.com/rR9JXSvy (This Is One i want to fix)
Github if you how to pull request.
Here
Edited by johnneijzen, 05 April 2014 - 08:11 AM.
Posted 05 April 2014 - 08:07 AM
Edited by johnneijzen, 05 April 2014 - 08:11 AM.
Posted 05 April 2014 - 08:54 AM
Posted 05 April 2014 - 09:09 AM
Posted 05 April 2014 - 09:15 AM
-- Mining Wide
function wide()
..
if Wide == WC then
..
return run()
else
return Lenght()
end
end
Posted 05 April 2014 - 09:33 AM
Posted 05 April 2014 - 09:51 AM
Posted 05 April 2014 - 10:39 AM
while true do -- Start a loop that repeats indefinitely.
while true do -- Start another loop that repeats indefinitely.
if Lenght() then break end -- If the value returned by Lenght() is true, then jump out of the second loop.
if wide() then break end -- If the value returned by wide() is true, then jump out of the second loop.
end -- This marks the end of the second loop.
if run() then break end -- If the value returned by run() is true, then jump out of the first loop.
end -- This marks the end of the first loop.
Edited by Bomb Bloke, 05 April 2014 - 10:51 AM.
Posted 05 April 2014 - 10:46 AM
Posted 05 April 2014 - 10:51 AM
repeat
repeat until Lenght() or wide()
until run()
Posted 06 April 2014 - 05:27 PM
Edited by johnneijzen, 06 April 2014 - 07:40 PM.
Posted 07 April 2014 - 01:08 AM
johnneijzen, on 06 April 2014 - 05:27 PM, said:
Edited by theoriginalbit, 07 April 2014 - 01:10 AM.
Posted 07 April 2014 - 04:51 PM
Edited by johnneijzen, 07 April 2014 - 06:13 PM.
0 members, 1 guests, 0 anonymous users