Originally Posted By: keyeslol
it is possible, just check the number of months.

Something like this:

Code:
If xx = 1 {
 msg $chan <1 month emotes>
}
else if xx >= 12 {
 msg $chan <12 month emote>
}

Could you post this in a pastebin with this subscriber script http://pastebin.com/4mkAt4Mq and link it me please? I'm having trouble figuring out how it should be set out in a remote script smirk