I need help with a python script. I want to know how do you get a property to activate an actuator using script? I tired this but it didnt work. Could someone please help. I will find so much use for this. thanks
cont = GameLogic.getCurrentController()
own = cont.owner
if own[“prop”] == (1):
GameLogic.addActiveActuator(“act”)