This one is probably very simple, but I’m still lost. I have this setup:
|Keyboard(space) |----------|Script(test)|-----------|Edit Object(Delete)|
import GameLogic
cont = GameLogic.getCurrentController()
delete = cont.getActuator("delete")
How do I actually actuate “delete”? I searched around, but I didn’t find anything. Thanks for any help.