Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
CompatSkills

CTPlayerData

Methods

getHasAnyAbilities()

script.zs
Example:
event.player.skillData.getHasAnyAbilities;
This returns a Boolean based on if the player has any abilties which are a type of Unlockables.

getSkillInfo(CTSkill skill)

script.zs
Example:
event.player.skillData.getSkillInfo(<skill:reskillable:agility>);
This returns the PlayerSkillInfo for that specific skill!