RFID reader store data and write

r3sh:
Is sit possible to add a mathematical function to blockcontent to adding points to the card

Yes you can. Every time a card is scanned, increment the point by 1 and write it to the card.

First, create a variable name "point" or whatever that identifies point.

Then using the function writeBlock, write the point to the card.