(04.09.2016, 20:04)Osmith Wrote: Bimbol, can u add functions in 0.0.4, like setPlayerMana etc.? I need to make the saving of the character and functions simply does not.G2O still not support magic, so no. For now make prototype like:
Code:
function setPlayerMana(pid, mana)
{
}
function getPlayerMana(pid)
{
return 10;
}