This isn't going to help with the message to chat. Basically I want it something like this (I know this isn't exactly it I'm just showing it in a better way)

if $read(...follower-last.txt) updates
msg # New Follower! Welcome <newfollower>

if $read(...donation-last.txt) updates
msg # <user> has just donated <amount>

With the current script, it'll send the message (or both) if one or the other happens because it's only searching for updates to the files and isn't sorting which is which. I'm not asking for a script to be written. I just want to know what I change/add to make it sort them out so I can have it pop up in the chat.