Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Simple Specific Places - - -
  2.  
  3. (0:0) When everything is starting up,
  4. (5:212) set silent speech prefix (for spoken commands) to {=}
  5.  
  6. (0:32) When a furre says something with {=semit} in it,
  7. (1:11) and the triggering furre has got shared control (or is the dream owner),
  8. (5:255) set message ~SEMIT to what the triggering furre just said or emoted.
  9. (3:4) within the rectangle (#,#) - (#,#), <- Use if you wish for it to emit to only a (or multiple) specific places.
  10. (5:201) emit message {[STAFF EMIT] ~SEMIT. [FURRE]} to any furre present.
  11.  
  12. Simple Anywhere in vicinity - - -
  13.  
  14. (0:0) When everything is starting up,
  15. (5:212) set silent speech prefix (for spoken commands) to {=}
  16.  
  17. (0:32) When a furre says something with {=semit} in it,
  18. (1:11) and the triggering furre has got shared control (or is the dream owner),
  19. (5:255) set message ~SEMIT to what the triggering furre just said or emoted.
  20. (5:274) chop off the beginning of message ~messages, removing the first 6 characters of it.
  21. (5:201) emit message {[STAFF EMIT] ~SEMIT. [FURRE]} to any furre present.
  22.  
  23.  
  24.  
  25. Selling Houses
  26. (0:32) When a furre says something with {+sellh } in it,
  27. (1:11) and the triggering furre has got shared control (or is the dream owner),
  28. (1:610) and the PhoenixSpeak info {House} about the furre named {[PARAM2]} is equal to 0,
  29. (5:200) emit message {You have sold House [PARAM1] to [PARAM2]. Please set the sign as sold, and emit the selling of the house!} to the triggering furre.
  30. (5:252) set message ~seller to the triggering furre's name.
  31. (5:314) set variable %Houseown to the number the triggering furre just said or emoted.
  32. (5:56) make the furre named {[PARAM2]} the new triggering furre, if they're in the dream right now.
  33. (5:200) emit message {~seller has sold you House [PARAM1]. Please say [PARAM1] to get there, and !hcommands for a list of house-related commands.} to the triggering furre.
  34. (5:603) memorize that the PhoenixSpeak info {House} about the triggering furre will now be {%Houseown}.
  35.  
  36.  
  37. Putting Houses Back up For Sale
  38. (0:32) When a furre says something with {+saleh } in it,
  39. (1:612) and the PhoenixSpeak info {house} about the furre named {[PARAM2]} is more than 1,
  40. (1:11) and the triggering furre has got shared control (or is the dream owner),
  41. (5:200) emit message {<b>You have put House [PARAM1] back up for sale. [PARAM2] no longer owns it.</b> Please set the sign as forsale, and emit the sale of the house!} to the triggering furre.
  42. (5:252) set message ~seller to the triggering furre's name.
  43. (5:314) set variable %Houseown to the number the triggering furre just said or emoted.
  44. (5:56) make the furre named {[PARAM2]} the new triggering furre, if they're in the dream right now.
  45. (5:200) emit message {<b>~seller has put House [PARAM1] back up for sale. You no longer own it.</b>} to the triggering furre.
  46. (5:601) memorize that the PhoenixSpeak info {house} about the furre named {[PARAM2]} will now be %nohouse.
Add Comment
Please, Sign In to add comment