Advertisement
Guest User

Untitled

a guest
May 27th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. shell.run('monitor', 'top', 'clear')
  2.  
  3. function movie()
  4. shell.run('monitor','top', 'secret/alongtimeago')
  5. end
  6.  
  7. function stop()
  8. waitForRS(2)
  9. end
  10.  
  11. waitForRS(1)
  12. parallel.waitForAny(movie, stop)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement