function setPlayerTalent (server-side)
Available since version: 0.0.1
This function will toggle the player/npc talent for all players.
Declaration
void setPlayerTalent(int id, int talentId, int talentValue)
Parameters
intid: the player id.inttalentId: the talent id. For more information see Talent constants.inttalentValue: the new talent value.