Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. *--PAYMENTS--*
  2. *Pay Other
  3. (0:32) When a furre says something with {*pay} in it,
  4. (5:314) set variable %pay to the number the triggering furre just said or emoted.
  5. (1:602) and the PhoenixSpeak info {jems} about the triggering furre is more than %pay,
  6. (5:610) remember the PhoenixSpeak info {jems} about the triggering furre, and put it in variable %balance.
  7. (5:611) remember the PhoenixSpeak info {jems} about the furre named {[PARAM1]}, and put it in variable %payee.
  8. (5:302) take variable %payee and add %pay to it.
  9. (5:304) take variable %balance and subtract %pay from it.
  10. (5:601) memorize that the PhoenixSpeak info {jems} about the furre named {[PARAM1]} will now be %payee.
  11. (5:600) memorize that the PhoenixSpeak info {jems} about the triggering furre will now be %balance.
  12.  
  13. *Staff Give Jems
  14. (0:32) When a furre says something with {*givejems} in it,
  15. (1:602) and the PhoenixSpeak info {Staff} about the triggering furre is more than 6,
  16. (5:314) set variable %pay to the number the triggering furre just said or emoted.
  17. (5:611) remember the PhoenixSpeak info {jems} about the furre named {[PARAM1]}, and put it in variable %payee.
  18. (5:302) take variable %payee and add %pay to it.
  19. (5:601) memorize that the PhoenixSpeak info {jems} about the furre named {[PARAM1]} will now be %payee.
  20.  
  21. *set Jems
  22. (0:32) When a furre says something with {*setjems} in it,
  23. (1:602) and the PhoenixSpeak info {Staff} about the triggering furre is more than 6,
  24. (5:314) set variable %pay to the number the triggering furre just said or emoted.
  25. (5:601) memorize that the PhoenixSpeak info {jems} about the furre named {[PARAM1]} will now be %pay.
  26.  
  27. *Check balance
  28. (0:32) When a furre says something with {*checkjems} in it,
  29. (1:602) and the PhoenixSpeak info {Staff} about the triggering furre is more than 6,
  30. (5:611) remember the PhoenixSpeak info {jems} about the furre named {[PARAM1]}, and put it in variable %payee.
  31. (5:200) emit message {[PARAM1] currently has: %payee Jems.} to the triggering furre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement