Charmander

Script for Objection

May 29th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. alias twoout {
  2. msg $active one
  3. set %a seven
  4. }
  5.  
  6. on *:input:*: {
  7. if (%a == seven) {
  8. haltdef
  9. msg $active two
  10. unset %a
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment