Hey guys, I am busy trying to write a little command that gives a player a starter pack, but it's a little confusing. I wanna make it to where if the players IP has already received a starter pack he will be unable to do it again.
sigh, I wish this was php, would be so much easier >.< . Here is what I have so far.
Which from as far as I know, is as basic as basic gets.
EDIT:Sigh, I must be doing this wrong, even this small command is not working correctly. Any advice/help?
sigh, I wish this was php, would be so much easier >.< . Here is what I have so far.
Code:
if (Splitter[0] == "/starter")
{
MyChar.CPs += 54;
MyChar.Silvers += 10000;
}
EDIT:Sigh, I must be doing this wrong, even this small command is not working correctly. Any advice/help?