Notifications
Clear all

[Closed] Reaction Manager Script problem

Hi there I’m doing some scripted Reaction Manager setups and it works great, except that I have this little problem:

When I set a state value like this, it works great:

State02Master = 50.0	
setReactionValue cont 2 State02Master

But if I use a negative, like this – It doesn’t work!!!

State02Master = -50.0	
 setReactionValue cont 2 State02Master

I’m using float values only

Is there anyone who know why?