August 18, 20187 yr Hi, Fisrt of all i'm a beginner at c# and i'm having lots of fun tinkering class profiles. I'd like to know how to check if x spell is usable (for example, i'd like to know if charge is usable as one of the conditions to switch to battle stance, i've been searching this for hours). Could anyone post an example of code please?
August 18, 20187 yr Author nevermind, i think i foud the answer :) fisrt make sure the spell is in the list: public Spell Charge = new Spell("Charge"); then use Charge.IsSpellUsable to return true of false.
Create an account or sign in to comment