Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. menu * {
  2. Osztás!: osztas
  3. Osztás vége!: osztveg
  4. }
  5.  
  6. alias osztveg {
  7. unset %osztaktiv
  8. unset %osztszam
  9. }
  10.  
  11.  
  12. alias osztas {
  13. set %osztaktiv 1
  14. set %osztszam 1
  15. window @Osztás
  16. }
  17.  
  18. on $*:TEXT:*profile*:#crazyosztas: {
  19. if (%osztaktiv == 1) {
  20. aline @osztás  $+ %osztszam $+  $+ : $nick $+ : $replace($reptok($reptok($wildtok($1-, *profile*, 1, 32),citizen,economy,0,47),profile,donate-items,0,47),http:,http: $+ $chr(47))
  21. inc %osztszam
  22. } }
Add Comment
Please, Sign In to add comment