Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- args = {...}
- while true do
- repeat
- trigger = os.pullEvent("redstone")
- until trigger == "redstone"
- col = loadfile("colony.lua")
- col(args[1])
- --dofile("colony.lua")
- print("Colony interaction complete.")
- print("Suspending interaction for 60 seconds...")
- os.sleep(60)
- print("Resuming interaction...")
- end
Advertisement
Add Comment
Please, Sign In to add comment