I could not express myself fully.
I created a field called marketpoints in the userpoints table. What I want to do is, when the user gets a score, add the score to that area.
However, for each point the user gets, the points.php file recalculates all points of the user and updates the database.
Is there a function that works for each score? How do I calculate and add each score to the database?
My goal: To reward the user with the points the user receives and to deduct the points that the user receives from the market points.