Now i think this might be a little hard for me to explain but ill try the best i can. What i want to learn is how to make a label with the statistics of the User inside it, i worked out one way which is by using:
mob/Login(){src << ouput("Stats go here..","Label1")}
But i was wondering if there is a more appropiate way which is easier to actually layout several stats..together in one label
-SubZeroChaos