hello,
I am trying to set the value of a property actuator. Here is what I have:
mass2.value = str(Tlocal_scale)
So the actuator is named mass2 and I am trying to turn the variable Tlocal_scale into a string. for some reason the blender system console and it gave me nothing. The game property is not being changed at all and I have no idea why. I tried printing the variable to the console and it gave me a value but whenever I would set it as a property it would do nothing.
Please help me
-Matthew