mIRC Homepage
Posted By: KeviSkillz Simple Cheer Script - 09/02/18 08:49 AM
Due to my PC needing a reset i lost alot of my previours scripts frown

If anyone knows a twitch script which when a person cheers/donates bits it adds up the total and displays a message “user has donated x bits <3” in chat.
Posted By: Bestpeff Re: Simple Cheer Script - 10/02/18 02:34 AM
Code:
on $*:text:/(^|\s)cheer\d+(\s|$)/i:#CHANNELNAME: {
  if (($msgtags(room-id).key == ROOMID) && ($msgtags(bits).key)) {
    msg # $msgtags(display-name).key has donated $msgtags(bits).key bits <3
  }
}
Posted By: KeviSkillz Re: Simple Cheer Script - 10/02/18 10:36 AM
Thank you, it works perfect <3
© mIRC Discussion Forums