You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing around with COR .lua's and Kinematics' has been a great one to reference, but it's kicking up an odd error for me when I use it:
Gearswap has detected an error in the user function self_command:
...)Windower4/addons/GearSwap/data/Kinematics_Cor.lua:342: attempt to concatenate a boolean value
In the script, line 342 reads:
msg = msg .. ', Roll Size: ' .. (state.LuzafRing.value and 'Large') or 'Small'
After some time looking through it, I'm unable to determine the problem or what a possible fix might be - any suggestions?
Interestingly, this error only occurs when the Luzaf ring variable (gs c toggle LuzafRing) is set to "off". While active, the script appears to run just fine.
Any help or fixes are greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hey folks,
I've been playing around with COR .lua's and Kinematics' has been a great one to reference, but it's kicking up an odd error for me when I use it:
In the script, line 342 reads:
After some time looking through it, I'm unable to determine the problem or what a possible fix might be - any suggestions?
Interestingly, this error only occurs when the Luzaf ring variable (gs c toggle LuzafRing) is set to "off". While active, the script appears to run just fine.
Any help or fixes are greatly appreciated!
The text was updated successfully, but these errors were encountered: