@GIL,

Did you change something in v2.7.0? I have a custom formula step that I am using where I override the CALCULATE method. As of v2.7.0, I am not getting this error message:


cannot override because ORKFramework.Formulas.Steps.BaseFormulaStep.Calculate(ORKFramework.FormulaCall) is not a method.


In my custom formula step, here is the line that is throwing the compile error:


Combatant c = this.origin.GetCombatant(user, target);


On a side note, what is the FormulaCall class?
  • edited February 2016
    Check out the updated source code included in ORK 2.7.0 for an example - the formula's Calculate functions has been changed to use the new FormulaCall class, which is a wrapper class for things needed in the formula calculation (result, user/target objects, local variables and selected data).
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.