Inaudable
06-30-2005, 01:08 PM
Im trying to make a script to allow to set up a slider to set the rotational speed of an object but i keep getting this error when evaluating: -- Type error: dependsOn needs a MaxWrapper arg, got: 50.0
Here is the script:
dependsOn $SpinCTRL.modifiers[#Attribute_Holder].Custom_Attributes.Param1
SpinRate = $SpinCTRL.modifiers[#Attribute_Holder].Custom_Attributes.Param1
degtorad((CurrentTime)*31*SpinRate)
Here is the script:
dependsOn $SpinCTRL.modifiers[#Attribute_Holder].Custom_Attributes.Param1
SpinRate = $SpinCTRL.modifiers[#Attribute_Holder].Custom_Attributes.Param1
degtorad((CurrentTime)*31*SpinRate)
