its not working, this is the code atm
Code:
on *:TEXT:!pyramid &:#: {
  if ((%floodpyramid) || ($($+(%,floodpyramid.,$nick),2))) { return }
  set -10 %floodpyramid On
  set -60 %floodpyramid. $+ $nick On
  if ($nick isop) {
    .timerOne 1 1 msg # $chan $2
    .timerTwo 1 2 msg # $chan $2 $2
    .timerThree 1 3 msg $chan # $2 $2 $2
    .timerFour 1 4 msg $chan # $2 $2
    .timerFive 1 5 msg $chan # $2 
  }
}

Last edited by arabalidos; 27/06/15 09:00 PM. Reason: changed to code