0


This script allows for certain classes to be primary-only or sublcass-only. In addition to that, subclasses can require certain classes to be primary classes in order to be applied.
Insert these tags inside of a class’s notebox:
<primary only>
Makes this class equippable only if it’s the primary class.
<subclass only>
Makes this class equippable only if it’s the subclass class.
<subclass to: x>
<subclass to: x, x>
This makes the class subclass only and only equippable if the primary class is one of the listed x classes.
— And that’s all, folks! —

Post a Comment

 
Top