Hello there, I am almost finished with a quest system for my server (which is surprisingly using a PI base..) but cannot display the quest points in the bottom of the stat menu. I have tried searching for something similar to reference from but found nothing; so I'm here.

I tried to get it to work by using this in the Client class with no success:

Code:
sendFrame126("QP: " +questPoints, 3589);
Does anyone have a clue as to how I could get it to work? Perhaps something in the playerProps part of the Player class?