Let me know if I understood what you need. You could use:
firsttime {
Garage.PostitsReadCount = Garage.PostitsReadCount - 1
//other code
}
otherwise{
//other code
}
in this way you'll count only once the read count. I suppose the postits the player has to read are different and it is not the same one.