Code: Select all
/skill [ add | remove | list ] [skill_name] {target}/skill list Dagger -- will show me a list of skill_name's related to daggers
/skill add dagger Scatman -- will add the Dagger skill to Scatman's character_skills record
/skill remove dagger Scatman -- will remove the Dagger skill from Scatman's character_skills record
If {target} is not a name, make it add / remove the skill to the current targeted character.
TIA