cwalrus Posted November 8, 2015 Share Posted November 8, 2015 Simple question - I created a parameter called 'my_age' which I added to a groupNode's parameter interface, just for the conveience of using a slder rather than changing the number manually in VEX. However I don't seem to be able to access that variable. See the image. (ps I know there are other ways of actually accessing the age, I'm more intereseted in knowing how to create a parameter on an interface and then access it) Thanks for help! Quote Link to comment Share on other sites More sharing options...
mestela Posted November 8, 2015 Share Posted November 8, 2015 You need to quote the channel name: ch('my_age'); And make sure you use the matching function for the variable type: ch() or chf() = float chv() = vector chi() = int chramp() = ramp Quote Link to comment Share on other sites More sharing options...
cwalrus Posted November 8, 2015 Author Share Posted November 8, 2015 Perfect! thanks! Bloody quotes were missing..... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.