Notifications
Clear all

[Closed] Help Manager Reactor MaxScript

Hello, I’m trying to make a control connection to the subject $box001 $Box002, to transform the $ box002 in master controller by command
cont = $Box001.rotation.controller = rotation_Reactor() – slave rotation 3point
reactTo cont $Box002.controller[2][2][1].controller –master Xrotation
box001 = rotationX
cont = $Box001.rotation.controller[2][1][1] = rotation_Reactor()
error – No ““put”” function for SubAnim:X_Rotation
what do ?

Tks

2 Replies

try tagging “.value” onto it…also,try to avoid reaction manager. Use script controller instead.

tks, man
function cont = $Box001.rotation.controller.Keyframe_XYZ.controller.X_Rotation.controller = Float_Reactor()
Tks