Function set_skill_base

Source
pub fn set_skill_base(pid: u16, skill_id: u16, value: i16)
Expand description

Set the base value of a player’s skill.

pid The player ID.
skill_id The skill ID.
value The new base value of the player’s skill.

Returns void