Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. on *:INPUT:#:{
  2. if ($left($1,-1) isin $active) {
  3. cs access $active add $left($1,-1) $2
  4. if ($2 >= 9999) { mode $active +ao $left($1,-1) $left($1,-1) }
  5. if ($2 isnum 5-9) { mode $active +o $left($1,-1) }
  6. if ($2 == 4) { mode $active +h $left($1,-1) }
  7. if ($2 isnum 3) { mode $active +v $left($1,-1) }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement