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
when trying to call any function using macros in a subdirectory it will throw an error. "expected operator"
https://jmc.wingedseal.com/try-out?jmc=FAMwrgdgxgLglgewgAjAdzACgJTIN7ACQAXMQIYBOA5gM4B0CaCyAvMgESMLsDcRRAUwAeAqGBgDkFSPiKEAJFzrzM6MNhx9CAX2Ro4MABbJSlWn23BQkWIhRKuOWYQAOFOBBghMnJu2wWQA
be able to call a function using macros
The text was updated successfully, but these errors were encountered:
Workaround:
function uwu() { ::args.owo = "owo"; execute run { $function "namespace:owo/$(uwu)"; } with ::args; } function owo.owo() { printf("owo"); }
Sorry, something went wrong.
WingedSeal
No branches or pull requests
Describe the bug
when trying to call any function using macros in a subdirectory it will throw an error. "expected operator"
To Reproduce
https://jmc.wingedseal.com/try-out?jmc=FAMwrgdgxgLglgewgAjAdzACgJTIN7ACQAXMQIYBOA5gM4B0CaCyAvMgESMLsDcRRAUwAeAqGBgDkFSPiKEAJFzrzM6MNhx9CAX2Ro4MABbJSlWn23BQkWIhRKuOWYQAOFOBBghMnJu2wWQA
Expected behavior
be able to call a function using macros
Desktop
The text was updated successfully, but these errors were encountered: