07-12-2017, 02:22 AM
An easy way to check if a user can use a skill is simply calling the action in skill manager and asking if the table is nil or not.
SkillMgr.GetAction(107)~=nil
to check if the user can use Barrage.
SkillMgr.GetAction(107)~=nil
to check if the user can use Barrage.