This doesn't seem to work when I try to change it to 10 for another streamers....

Code:
on $*:text:/(^|\s)cheer\d+(\s|$)/i:#CrashleeTwins: {
  if ($msgtags(bits).key <= 10) { return }
  if (($msgtags(room-id).key == 70771160) && ($msgtags(bits).key)) {
    %bit.bonus = $msgtags(bits).key * 2
    msg # !add %bit.bonus $msgtags(display-name).key 
  }
}

Last edited by Bestpeff; 27/10/16 12:49 PM.