2.8 condition in variable #6466
Closed
Herosteve0
started this conversation in
General
Replies: 2 comments 1 reply
-
This was never the case, perhaps one of your add-ons broke as a result of the update? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, turns out it had nothing to do with Skript, it was SkQuery that required an update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently updated skript from 2.6.4 to 2.8.2 and I can no longer set variables to conditions, for example
command /asd:
trigger:
set {_x} to 3
set {_y} to 7
set {_c} to {_x} > {_y}
broadcast "%{_c}%"
wtih this being the error
Beta Was this translation helpful? Give feedback.
All reactions