Adressing Quick Controls

So I updated the line like you said just to verify again. It still gives me an error when I adjust the parameter, but when I adjust the actual quick control the created parameter moves. It’s really weird that it works in reverse. Here’s a screenshot. You can see the error I get in the screen shot. I got the error adjusting SControl1 but when I turned the quick control completely up it moved SControl1 to 100. Why is it working one way? Below is the code I use with the new updated line. Here’s the picture you requested here

--Rename Engine layer "QUICK CONTROL 1" to "SControl1" and convert increments
Layer=this.parent:getLayer("Engine")

function onSControl1Change()
  Layer:setParameter(131073, SControl1)
end

defineParameter("SControl1", "SControl1", 0, 0, 100, 1, onSControl1Change)