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
This may impact more than just transferVBL. If using bad syntax on transferVBL, the error return states the function used was "getTokenVBL".
[r: transferVBL('[]', 1, 'not a token')] returns: Error executing "getTokenVBL": the token name or id "[]" is unknown.
Error executing "transferVBL": the token name or id "[]" is unknown.
No response
v1.11.5, 1.12.2
The text was updated successfully, but these errors were encountered:
Unless someone else is already working on this, assign it to me, and I will give it a go in the coming days.
Sorry, something went wrong.
Uses the proper function name in the error messages
db143a3
Fixes RPTools#3883
emmebi
Successfully merging a pull request may close this issue.
Describe the Bug
This may impact more than just transferVBL.
If using bad syntax on transferVBL, the error return states the function used was "getTokenVBL".
To Reproduce
[r: transferVBL('[]', 1, 'not a token')]
returns:
Error executing "getTokenVBL": the token name or id "[]" is unknown.
Expected Behaviour
Error executing "transferVBL": the token name or id "[]" is unknown.
Screenshots
No response
MapTool Info
v1.11.5, 1.12.2
Desktop
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: