assign script cntrl to single pos axis

hey, how do i assign a scripted float controller to a single position axis?
i wanna assign 3 diffrent controllers (need to be seperate) to x y and z

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Graph's picture

ah perfect, danke

ah perfect, danke
a toast to brot :P

Raphael Steves

br0t's picture

I would say like

I would say like so:

$.position.controller[1].controller = Float_Script() --x axis
$.position.controller[2].controller = Float_Script() --y axis
$.position.controller[3].controller = Float_Script() --z axis

Cheers

Never get low & slow & out of ideas

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.