|
Sure. Now I will give you the answer, dont ask how to do it later on then, anyways. Um go to the level command, then find like GetStats or something. Go to thats defination, and above all that set stats **** just add a check to see if the player's rbcount is zero.
if (MyChar.RBCount == 0)
{
GetStatsCode
}
Now that was the answer, find rest out yourself
|