Closed majc18 closed 1 year ago
I was able to make it work with the following:
if minerDirection = @0x0
This commit updates the variable system a bit, and should make your original script work as expected.
https://github.com/markdwags/Razor/commit/018c2e6f98a1900b0a11f07ffaa53f94d9a95593
Thank you for your hard work!
I'm using ClassicUO and Razor v1.8.61.0.
I have the following script:
@setvar! minerDirection 1
if minerDirection = 1 say 'Direction' 88 endif
The "say 'Direction' 88" line is never executed.