Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ON *:TEXT:!expelliarmus*:#: {
  2. if ($2 == $me) {
  3. timer 1 3 msg $chan !protego
  4. }
  5. }
  6.  
  7. ON *:TEXT:!incendio*:#: {
  8. if ($2 == $me) {
  9. timer 1 3 msg $chan !aguamenti
  10. }
  11. }
  12.  
  13. ON *:TEXT:!oppugno*:#: {
  14. if ($2 == $me) {
  15. timer 1 3 msg $chan !imperio avis
  16. }
  17. }
  18.  
  19. ON *:TEXT:!aguamenti*:#: {
  20. if ($2 == $me) {
  21. timer 1 3 msg $chan !nonpluvius
  22. }
  23. }
  24.  
  25. ON *:TEXT:!amnesia*:#: {
  26. if ($2 == $me) {
  27. timer 1 3 msg $chan !protego
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement