@FoxInABox

Hey, thank you for your reply! Just to make sure that I don't need more than this part, or do I need to add more lines in there? I mean does it calculate auto for 6 months, 9 months, etc?

Code:
raw USERNOTICE:*:{
  if ($msgtags(room-id).key == 12665) && (resub isin $msgtags) {
    if (($msgtags(msg-param-months).key) >= 3) {
      msg $1 !bonus $msgtags(display-name).key $calc( 500 + 100 * ( $msgtags(msg-param-months).key % 3 ) )
    }
  }
}



Alright, I had this running and happened this:

Last edited by Furiny; 14/11/16 01:49 PM.