Buffable Value (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 5 Comments

  • Order by
  • Hi Bro...Again...thanks for your effort and work I was testing the new version and I got an error.

    In the console I get the following error log

    TypeError: this._RawValue is not a function

    seems to come from this function

    function ee() {

    return this.clampMode === 0 ? this.clamp(this._RawValue(), this.minValue, this.maxValue) : this._RawValue()

    }

    It occurs when I try to get the value of a buff with the value expression

    I don't know if there is another error but this one doesn't let me move forward with more tests.