Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <aliases>
  2. <alias
  3. match="sz"
  4. enabled="y"
  5. expand_variables="y"
  6. group="Zenni"
  7. send_to="12"
  8. keep_evaluating="y"
  9. sequence="100"
  10. >
  11. <send>if @splits == 0 then
  12. Note 'Nothing to split.'
  13. Note (" ")
  14. else
  15. Send 'split @splits'
  16. SetVariable ("splits", "0")
  17. end</send>
  18. </alias>
  19. </aliases>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement