Topic: Creating objects?

Any idea when the ability to add objects will be added in Lua? If anything a simple dupObject() function would be nice that just duplicated and activated a deactivated object.

Re: Creating objects?

Hi,
sorry I didn't see the message,
it's on the TODO list for improved lua scripting, it should be there for the next release.
In the meanwhile yes you have to hide/unhide precreated objects or use c++.

ps: it is possible to create custom script function in c++ that you can access in lua,
shared functions could be then added to the trunk.

thanks,
Anaël.