ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Explicit Branch: Operator '^' cannot be applied to the types 'Number' and 'Number'. #187

Closed Protowalker closed 3 years ago

Protowalker commented 3 years ago

This happens when calling something like x^3 where x is a Number. If x is dynamic, this error doesn't occur.