Advertisement
Guest User

STARTUP

a guest
Feb 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local function start()
  2. shell.run("clear")
  3. print("---------")
  4. textutils.slowPrint("Bienvenue")
  5. print("---------")
  6. sleep(2)
  7. shell.run("clear")
  8. term.setCursorPos(10,10)
  9. end
  10.  
  11. start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement