Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. House Status
  2. (0:32) When a furre says something with {!house} in it,
  3. (1:11) and the triggering furre has got shared control (or is the dream owner),
  4. (5:314) set variable %hstats to the number the triggering furre just said or emoted.
  5.  
  6. (0:32) When a furre says something with {!house} in it,
  7. (1:11) and the triggering furre has got shared control (or is the dream owner),
  8. (1:626) and the PhoenixSpeak info {house %hstatus} about this dream does not exist,
  9. (5:200) emit message {<b>House %hstatus\</b> is not owned by anyone.} to the triggering furre.
  10.  
  11. (0:32) When a furre says something with {!house} in it,
  12. (1:11) and the triggering furre has got shared control (or is the dream owner),
  13. (1:625) and the PhoenixSpeak info {house %hstatus} about this dream exists,
  14. (5:615) remember the PhoenixSpeak info {house %hstatus} about this dream, and put it in message ~owner.
  15. (5:200) emit message {<b>House %hstatus\</b> is owned by ~owner.} to the triggering furre.
  16.  
  17. Garden Status
  18. (0:32) When a furre says something with {!garden} in it,
  19. (1:11) and the triggering furre has got shared control (or is the dream owner),
  20. (5:314) set variable %gstatus to the number the triggering furre just said or emoted.
  21.  
  22. (0:32) When a furre says something with {!garden} in it,
  23. (1:11) and the triggering furre has got shared control (or is the dream owner),
  24. (1:626) and the PhoenixSpeak info {garden %gstatus} about this dream does not exist,
  25. (5:200) emit message {<b>Garden %gstatus\</b> is not owned by anyone.} to the triggering furre.
  26.  
  27. (0:32) When a furre says something with {!garden} in it,
  28. (1:11) and the triggering furre has got shared control (or is the dream owner),
  29. (1:625) and the PhoenixSpeak info {garden %gstatus} about this dream exists,
  30. (5:615) remember the PhoenixSpeak info {garden %gstatus} about this dream, and put it in message ~owner.
  31. (5:200) emit message {<b>Garden %gstatus\</b> is owned by ~owner.} to the triggering furre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement