Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. DSPK V04.00 Furcadia
  2. New Dragonspeak Script
  3. Created by
  4.  
  5.  
  6. (0:0) When everything is starting up,
  7. (5:250) set message ~ICStaff to { }.
  8. (5:250) set message ~OOCStaff to { }.
  9. (5:250) set message ~Managers to { }.
  10.  
  11.  
  12. (0:31) When a furre says {*staff},
  13. (5:200) emit message {<b>IC Staff:</b> ~ICStaff} to the triggering furre.
  14. (5:200) emit message {<b>OOC Staff:</b> ~OOCStaff} to the triggering furre.
  15. (5:200) emit message {<b>Managers:</b> ~Managers} to the triggering furre.
  16.  
  17. (0:9) When a furre arrives in the dream,
  18. (1:600) and the PhoenixSpeak info {staff} about the triggering furre is equal to 1,
  19. (5:257) take message ~List1 and add {[FURRE], } onto the end of it.
  20.  
  21. (0:9) When a furre arrives in the dream,
  22. (1:600) and the PhoenixSpeak info {staff} about the triggering furre is equal to 2,
  23. (5:257) take message ~List2 and add {[FURRE], } onto the end of it.
  24.  
  25. (0:9) When a furre arrives in the dream,
  26. (1:600) and the PhoenixSpeak info {staff} about the triggering furre is equal to 3,
  27. (5:257) take message ~List3 and add {[FURRE], } onto the end of it.
  28.  
  29.  
  30. (0:10) When a furre leaves the dream,
  31. (5:278) remove the first 1 copies of {[FURRE], } from message ~ICStaff.
  32. (5:278) remove the first 1 copies of {[FURRE], } from message ~OOCStaff.
  33. (5:278) remove the first 1 copies of {[FURRE], } from message ~Managers.
  34.  
  35. (0:31) When a furre says {*WipeLists},
  36. (1:10) and the triggering furre is the dream owner,
  37. (5:250) set message ~ICStaff to { }.
  38. (5:250) set message ~OOCStaff to { }.
  39. (5:250) set message ~Managers to { }.
  40. (5:200) emit message {Lists have been cleared.} to the triggering furre.
  41.  
  42.  
  43.  
  44. *Endtriggers* 8888 *Endtriggers*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement