Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Do the following first:
- --cd disk
- --edit startup
- --make sure to create the "dig" and "fuel" programs next
- --Set label to Diglet
- --dig will dig and fuel will force a refuel
- fs.delete("fuel")
- fs.delete("dig")
- fs.copy("disk/dig.lua","dig")
- fs.copy("disk/fuel.lua","fuel")
- shell.run("label set Diglet")
- shell.run("fuel")
- shell.run("dig")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement