Search results

  1. J

    LUA question.

    Hi peoples, I'm slowly learning LUA but I've got a question for the more advanced programmers than me regarding tables in LUA. My program has a number of tables for a touchscreen moniter i'm developing, looks a bit like: local button1 = {name="button 1", colour="1", visible=true} local...
  2. J

    Problem Blocks resetting after chunk unload.

    Hi All, I've a mystcraft dimension on a DW20 server where is some small patches if areas become unloaded when it loads again everything inside gets reset; blocks return where they were mined, chests return and there contents reset, I'm not sure what causes it and it has in places seemingly...
  3. J

    My quarrying turtle script.

    Hello all, I've been teaching myself LUA and my latest creation I think is half decent enough that I'll share it with you guys too see what you think and maybe get some improvements. Its a smart quarrying script that will dig a square quarry down to bedrock but importantly will only dig...
  4. J

    CCraft problem for you LUA experts.

    Hello all, I've been dabbling in the world of computercraft and have made myself a gps mining program that's working pretty well so far but I've hit a problem. I think I know what's causing it but I don't know how to resolve it. Firstly the full source for my miner can be found here...