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
Probably a separate issue, but if you make a Condition state like Speed < 4, then you can't use it to make anotehr condition state, because the name Speed < 4 doesn't parse correctly (I assume because of the < sign)
Steps to recreate:
Load === true
. Notice that even if we usetrue
or"true"
, it doesn't capture any points.The text was updated successfully, but these errors were encountered: