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
What version of OpenCollar are you using? 8.2.3
What behavior did you expect? the ability set an animation height with defined amount
What behavior did you see instead? can only ajust height up or down by 0.02
What steps does someone need to take to reproduce the problem? try to ajust the command with [prefix]animation up 5.0
this is a feature request to use string sChangevalue = llList2String(lTmp,1); instead of float g_fAdjustment = 0.02;
if the value is = or greater than g_fAdjustment.
The text was updated successfully, but these errors were encountered:
Does anyone else think this would be a useful adjustment?
Sorry, something went wrong.
No branches or pull requests
What version of OpenCollar are you using?
8.2.3
What behavior did you expect?
the ability set an animation height with defined amount
What behavior did you see instead?
can only ajust height up or down by 0.02
What steps does someone need to take to reproduce the problem?
try to ajust the command with [prefix]animation up 5.0
this is a feature request to use
string sChangevalue = llList2String(lTmp,1);
instead of
float g_fAdjustment = 0.02;
if the value is = or greater than g_fAdjustment.
The text was updated successfully, but these errors were encountered: