Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. (0:0) When everything is starting up,
  2. (5:250) set message ~owners to {<Brass><Druail>}.
  3. (5:250) set message ~staff to {<Itzu><Undeath><Corinne><Fluoressence>}.
  4.  
  5. (0:9) When a furre arrives in the dream,
  6. (1:75) and message ~owners contains {<[furre]>} somewhere within it,
  7. (5:102) share dream control with the triggering furre.
  8.  
  9. (0:9) When a furre arrives in the dream,
  10. (1:75) and message ~staff contains {<[furre]>} somewhere within it,
  11. (5:102) share dream control with the triggering furre.
  12.  
  13. (0:9) When a furre arrives in the dream,
  14. (1:11) and the triggering furre has got shared control (or is the dream owner),
  15. (5:252) set message ~name to the triggering furre's name.
  16. (5:257) take message ~online and add {~name} onto the end of it.
  17.  
  18. (0:32) When a furre says something with {!share} in it,
  19. (1:75) and message ~owners contains {<[furre]>} somewhere within it,
  20. (5:255) set message ~name to what the triggering furre just said or emoted.
  21. (5:277) remove the first word from message ~name and put it in message ~temp.
  22.  
  23. (0:32) When a furre says something with {!share} in it,
  24. (1:75) and message ~owners contains {<[furre]>} somewhere within it,
  25. (1:75) and message ~temp contains {!share} somewhere within it,
  26. (1:77) and the length of message ~temp is equal to 6,
  27. (5:257) take message ~staff and add {<~name>} onto the end of it.
  28. (5:200) emit message {~name is now staff.} to the triggering furre.
  29. (5:56) make the furre named {~name} the new triggering furre, if they're in the dream right now.
  30. (5:102) share dream control with the triggering furre.
  31.  
  32. (0:31) When a furre says {!liststaff},
  33. (5:200) emit message {~owners} to the triggering furre.
  34. (5:200) emit message {~staff} to the triggering furre.
Add Comment
Please, Sign In to add comment