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
If multiplying the result of getTokenOpacity() without first storing it in a variable results in an exception:
getTokenOpacity()
Illegal argument type java.lang.Float, expecting java.math.BigDecimal Error trace : chat
[r: 100 * getTokenOpacity("<token id>")]
[h: vOpacity = getTokenOpacity("<token id>")] [r: 100 * vOpacity]
It should be possible to use getTokenOpacity() in line.
No response
1.15.2
Linux Mint 22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
If multiplying the result of
getTokenOpacity()
without first storing it in a variable results in an exception:To Reproduce
Expected Behaviour
It should be possible to use
getTokenOpacity()
in line.Screenshots
No response
MapTool Info
1.15.2
Desktop
Linux Mint 22
Additional Context
No response
The text was updated successfully, but these errors were encountered: