Don't know if this is what you're asking for but here goes
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 # $2
  .timerTwo 1 2 msg # $2 $2
  .timerThree 1 3 msg # $2 $2 $2
  .timerFour 1 4 msg # $2 $2
  .timerFive 1 5 msg # $2 
 }
}


So the way it works is you trigger the command by typing !pyramid Kappa where Kappa can be any emote you want it to be. But you do have to type a second emote.

So for example !pyramid FrankerZ should make a pyramid of frankerZ

Last edited by Newbie; 27/06/15 08:51 PM.