Is there a way to change the value of a property with a python script?
I’ve been trying to make a “double jump” system with python for a while now. I know you can do it with the logic bricks and states, but python would be more efficient and it’s a good exercise.
What I have found is that when an object has a property and you make a call to that property in python, you get to use the numerical value of that property, but you cannot interact or change the property’s actual value.Is there a way to change the value of the property and have the change remain after the script has finished?