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
start:
alias battery0 d0
alias display d3
l r0 battery0 ratio
s display Setting r0
yield
j start
That will work perfectly fine in the simulator (even if you mark the property as "Ratio" in the d0 section), but in game it will fail stating that it is a bad variable name on line 3, due to the property of a station battery being Ratio and not ratio
A relatively low priority issue that serves as a gotcha for the unwary
The text was updated successfully, but these errors were encountered:
Consider the following program:
That will work perfectly fine in the simulator (even if you mark the property as "Ratio" in the d0 section), but in game it will fail stating that it is a bad variable name on line 3, due to the property of a station battery being
Ratio
and notratio
A relatively low priority issue that serves as a gotcha for the unwary
The text was updated successfully, but these errors were encountered: