Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --config
- url = "http://192.168.1.2:92/cc/variables/"
- --p=peripheral.wrap("right") -- keeps turtle loaded with the chunk loader mod
- while true do
- local time = os.time()
- local formattedTime = textutils.formatTime(time, false)
- while type(http.get(url .. "altervariable.php?cmd=set&val=" .. formattedTime .. "&var=gameTime")) ~= "table" do
- sleep(1)
- end
- print("The time is " .. formattedTime)
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement