You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's obviously an issue of calculation priority. Probably because of the way Skript reads and interprets code, the calculation performed is 5 - (3 - 2).
The text was updated successfully, but these errors were encountered:
To Reproduce
Expected Behavior
I was expecting 0, but Skript chose 4.
Server Information
Additional Context
There's obviously an issue of calculation priority. Probably because of the way Skript reads and interprets code, the calculation performed is
5 - (3 - 2)
.The text was updated successfully, but these errors were encountered: