Skills help

● ARCHIVED · READ-ONLY
Started by Marnga_Marx 4 posts View original ↗
  1. Hey I'm asking for a tutorial on how to gain skills as you level. I've programmed an attack, assigned it to my actors class and checked stuff, to the point where it even says in game when I level to the correct level 'You have learned this move'. Anyone know what I'm doing wrong or can provide help? Cheers
  2. Does the "attack" have a skill type?

    Make sure the class has access to this skill type.
  3. the skill needs to have a skill type that is known to the actor (or the class).

    Skill #1 and #2 only work without skill type because they're triggered by hardcoded overrides on the attack and guard buttons, normally "no skill type" means that only enemies can use the skill.
  4. Thanks a lot! :D