Ah nuts! haha Alright, well, what I’m doing is having some pre and post render callbacks running and am forcing it off for render and then back on af…
Why not just assign a waveform controller to the wing control object?
I am running the 32-bit version of XP. Although, I have the 64-bit version at home and was running into similar problems.
Cool! I was trying that earlier when I was trying to pass the variable x in from outside the function, but wasn’t having success (for reasons which ar…
Actually, that still doesn’t help me for instances where my other functions require more than one variable input… sum = 0 fn testSum meh val = …
Nevermind, figured it out. sum = 0 fn testPrint val = ( print val ) fn testSum val = ( sum += val ) fn testLoop tester = ( for x = 1 to 10 do …
Well I’m glad its not as simple as I thought it was, don’t feel like as much of an idiot now! haha Thanks for the explanation as well Bobo, that make…
Thanks Bobo. Thanks HalfVector. I thought it would be in the reference, I was just looking in the wrong places. Thanks again guys, I really appreci…