Example: I create new object with python for example some Lamp is it possible to add Game logic for new created object?
Better example would be
I want to create simple level editor in xml file.
If in python reads something like this
<door> pos=“0,2,3”>doorBig</door>
python would create scene with empty or some other object on position 0,2,3 and add some game logic to that object. Is that possible or i need all my stuffs do in Blender.
Sorry for if you find it confusing :o