ZathegamE

startup

Jun 16th, 2024 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local id = multishell.launch({}, "monitor.lua")
  2. multishell.setTitle(id, "écran")
  3. local id = multishell.launch({}, "request.lua")
  4. multishell.setTitle(id, "requête")
  5. term.clear()
  6.  
  7. while true do
  8. os.pullEvent = os.pullEventRaw
  9. multishell.setFocus(3)
  10. sleep()
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment