Hello, just two quick questions:
- Is it possibible to access to an actuator of another controller of the same object from a python script? I mean, from a Python script I can always access to the CurrentController (the one where the Python script is) and to all the actuators directly linked, but how can I access to another controller/actuator?
It would be nice to have a method like object.getController(name) to use like this…
own=GameLogic.getCurrentController().getOwner()
obj=own.getController(“cont”).getActuator(“act”).getLastCreatedObject()
- Is it possible to use the EditObject::AddObject actuator with an infinite time to live? The maximum I can set is 2000 which is too short and it’s quite a silly limitation in my opinion…