Advertisement
Guest User

Untitled

a guest
May 28th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. on *:text:!poeng:#:{
  2. msg # $nick har totalt $readini(Points.ini,$+(#,.,$nick),Points) poeng.
  3. }
  4. on $*:text:/!poeng (add|remove)/Si:#:{
  5. if ($0 < 3) { msg # ERROR, prøv igjen, skriv !poeng <add|remove> <bruker> [number] | return }
  6. writeini -n Points.ini $+(#,.,$3) Points $calc($readini(Points.ini,$+(#,.,$3),Points) $iif($2 == add,+,-) $iif($4 isnum,$4,1))
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement