Advertisement
peptide

Dez Sign - Edit

May 22nd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. print "How many days (Minecraft) since last Meltdown?"
  2. local Day = tonumber(io.read())
  3.  
  4. print "How many days is the current record?"
  5. local Record= tonumber(io.read())
  6.  
  7. file = fs.open("DezSignData", "w")
  8. file.writeLine(tostring(Day))
  9. file.writeLine(tostring(Record))
  10. file.close()
  11.  
  12. print "Settings Saved. Now running main program"
  13. sleep(50)
  14. shell.run("Main")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement