Ok im really new to c# and dont know much so would anyone be willing to hlep me with an /hp command (some sources might have it but the one i got doesnt)
This is what I got and I know something is missing so im not suprised that it doesnt work:
This is what I got and I know something is missing so im not suprised that it doesnt work:
Code:
if (Splitter[0] == "/hp")
{
MyChar.MaxHP = MyChar.BaseMaxHP();
MyChar.CurHP = MyChar.MaxHP;
}