Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. (0:9) When a furre arrives in the dream,
  2. (5:15) move the triggering furre to (12,16), or to someplace nearby if it's occupied.
  3.  
  4. (0:0) When everything is starting up,
  5. (5:300) set variable %helpme to the value 0.
  6. (5:250) set message ~Owners to { }.
  7. (5:250) set message ~Managers to { }.
  8. (5:250) set message ~GeneralStaff to { }.
  9. (5:250) set message ~Trials to { }.
  10. (5:212) set silent speech prefix (for spoken commands) to {!}
  11.  
  12. STAFF ONLINE LIST
  13.  
  14. (0:9) When a furre arrives in the dream,
  15. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 5,
  16. (5:278) remove the first 1 copies of {[FURRE], } from message ~Owners.
  17. (5:257) take message ~Owners and add {[FURRE], } onto the end of it.
  18.  
  19. (0:9) When a furre arrives in the dream,
  20. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 4,
  21. (5:278) remove the first 1 copies of {[FURRE], } from message ~Managers.
  22. (5:257) take message ~Managers and add {[FURRE], } onto the end of it.
  23.  
  24. (0:9) When a furre arrives in the dream,
  25. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 3,
  26. (5:278) remove the first 1 copies of {[FURRE], } from message ~GeneralStaff.
  27. (5:257) take message ~GeneralStaff and add {[FURRE], } onto the end of it.
  28.  
  29. (0:9) When a furre arrives in the dream,
  30. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 2,
  31. (5:278) remove the first 1 copies of {[FURRE], } from message ~Trials.
  32. (5:257) take message ~Trials and add {[FURRE], } onto the end of it.
  33.  
  34. (0:10) When a furre leaves the dream,
  35. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 5,
  36. (5:278) remove the first 1 copies of {[FURRE], } from message ~Owners.
  37.  
  38. (0:10) When a furre leaves the dream,
  39. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 4,
  40. (5:278) remove the first 1 copies of {[FURRE], } from message ~Managers.
  41.  
  42. (0:10) When a furre leaves the dream,
  43. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 3,
  44. (5:278) remove the first 1 copies of {[FURRE], } from message ~GeneralStaff.
  45.  
  46. (0:10) When a furre leaves the dream,
  47. (1:600) and the PhoenixSpeak info {lvl} about the triggering furre is equal to 2,
  48. (5:278) remove the first 1 copies of {[FURRE], } from message ~Trials.
  49.  
  50. (0:31) When a furre says {!onlinestaff},
  51. (5:200) emit message {<b>Dream Owners:</b>} to the triggering furre.
  52. (5:200) emit message {~Owners} to the triggering furre.
  53. (5:200) emit message {<b>Managers:</b>} to the triggering furre.
  54. (5:200) emit message {~Managers} to the triggering furre.
  55. (5:200) emit message {<b>General Staff:</b>} to the triggering furre.
  56. (5:200) emit message {~GeneralStaff} to the triggering furre.
  57. (5:200) emit message {<b>Trial staff:</b>} to the triggering furre.
  58. (5:200) emit message {~Trials} to the triggering furre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement