mIRC Home    About    Download    Register    News    Help

Print Thread
#262503 09/02/18 08:49 AM
K
KeviSkillz
KeviSkillz
K
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.

#262506 10/02/18 02:34 AM
B
Bestpeff
Bestpeff
B
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
  }
}

#262508 10/02/18 10:36 AM
K
KeviSkillz
KeviSkillz
K
Thank you, it works perfect <3


Link Copied to Clipboard