Microstar301

SIMCITY / CC

Apr 29th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1.    
  2.  
  3.     E=0
  4.     term.clear()
  5.     term.setCursorPos(1,1)
  6.     print("+------------------SIM CITY CLASSIC---------------+")
  7.     while true do
  8.     for t=1,50 do
  9.     term.setCursorPos(1,2)
  10.     term.clearLine()
  11.     write("STEUERN : "..E.." Dollar")
  12.     E=E+1
  13.     sleep(0.8)
  14.     end
  15.     E=E-50
  16.     E=E+1
  17.     end
Advertisement
Add Comment
Please, Sign In to add comment