We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I was able to make it work with the following:
if minerDirection = @0x0
Sorry, something went wrong.
This commit updates the variable system a bit, and should make your original script work as expected.
018c2e6
Thank you for your hard work!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: