Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. (0:0) When everything is starting up,
  2. (5:250) set message ~online to {<u><b>Online Staff</b></u>: }.
  3. (5:250) set message ~afk to {<u><b>AFK Staff</b></u>: }.
  4.  
  5. (0:9) When a furre arrives in the dream,
  6. (1:11) and the triggering furre has got shared control (or is the dream owner),
  7. (5:252) set message ~furre to the triggering furre's name.
  8. (5:257) take message ~furre and add {, } onto the end of it.
  9. (5:258) take message ~online and add message ~furre onto the end of it.
  10.  
  11. (0:10) When a furre leaves the dream,
  12. (1:11) and the triggering furre has got shared control (or is the dream owner),
  13. (5:252) set message ~furre to the triggering furre's name.
  14. (5:257) take message ~furre and add {, } onto the end of it.
  15. (5:278) remove the first 1 copies of {~furre} from message ~online.
  16. (5:278) remove the first 1 copies of {~furre} from message ~afk.
  17.  
  18. (0:56) When a furre goes AFK,
  19. (1:11) and the triggering furre has got shared control (or is the dream owner),
  20. (5:252) set message ~furre to the triggering furre's name.
  21. (5:257) take message ~furre and add {, } onto the end of it.
  22. (5:258) take message ~afk and add message ~furre onto the end of it.
  23. (5:278) remove the first 1 copies of {~furre} from message ~online.
  24.  
  25. (0:57) When a furre stops being AFK,
  26. (1:11) and the triggering furre has got shared control (or is the dream owner),
  27. (5:252) set message ~furre to the triggering furre's name.
  28. (5:257) take message ~furre and add {, } onto the end of it.
  29. (5:258) take message ~online and add message ~furre onto the end of it.
  30. (5:278) remove the first 1 copies of {~furre} from message ~afk.
  31.  
  32. (0:31) When a furre says {+detectstaff},
  33. (5:200) emit message {~online} to the triggering furre.
  34. (5:200) emit message {~afk} to the triggering furre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement