Don't like ads? PRO users don't see any ads ;-)
Guest

bla

By: a guest on Sep 18th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. on *:TEXT:!add*:%test.room: {
  2.   if ($nick == %admin) {
  3.     %triv.l = $calc($readini(scores.ini,score,$2)+ $3)
  4.     .writeini scores.ini score $2 %triv.l
  5.     .msg %test.room $+ 4 $nick $+ 2has given $2 7 $4 12point(s).
  6.   }
  7.   else { msg $test.room You do not have permission to give points!
  8.   }  
  9. }