how do you add an object using python?
with the edit object:add object actuator
you can position it on the next frame [or you can have it setup to position itself then]
___________ WRONG FORUM! ___________
okay, a mesh object?
http://www.blender.org/modules/documentation/233PythonDoc/index.html
Blender.nmesh.PutRaw(nmesh_obj, name, bool_recalc_normals)
also
i have
4 actulators attached to a python controller
own = GameLogic.getCurrentController().getOwner()
if own.times == "first":
#i need to use the first actulator
if own.times == "second":
#i need to use the second actulator
if own.times == "third":
#i need to use the third actulator
if own.times == "last":
#i need to use the last actulator
i have to use python or i would do it using logic bricks