This information will be useful in the future: I started scripting 4 weeks ago
So here´s my problem... Im using a rotation script controller replacing the Euler XYZ for a DummyA in order to make it rotate reacting to the difference between two other dummies (B and C)
I use something like this in the scriptcontroller:
dependsOn $DummyB $DummyC
$DummyB.rotation - $DummyC.rotation
and it works like a champ... but when i try to apply some math to that value it doesn´t seem to be working at all, like
($DummyB.rotation - $DummyC.rotation) * 0.5