» Sun Nov 18, 2012 6:58 pm
i am geting 2 error message after compiling using : Game.ModPerkPoints(1)
ModPerkPoints is not a function or does not exist
cannot call the member function ModPerkPoints alone or on a type, must call it on a variable
i am geting 5 error message after compiling using : Game.SetPerkPoints(Game.GetPerkPoints() + 1)
GetPerkPoints is not a function or does not exist
cannot call the member function GetPerkPoints alone or on a type, must call it on a variable
cannot add a none to a int (cast missing or types unrelated)
SetPerkPoints is not a function or does not exist
cannot call the member function SetPerkPoints alone or on a type, must call it on a variable