Hey, So i've got the following lua function:
StaticObject.getByName('StaticObjectName'):destroy()
I can use this to delete a single Static object, however i wish to delete >10 at the same time, rather than re-writing this line with a new object name each time. Is it possible to automate it to delete all static objects with a specific prefix on their name? something like DeleteMe #01, DeleteMe #02 and so on.