Jump to content

Toasterman

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks for both the moose and lua suggestions! I'l have a play around, try and disect/understand them better. Somewhat of a beginner so i apriciate the help. I've used Shnicklefritz suggestion (it works great!) as it's not dependent on other scripts, but Moose is an interesting extension for when im somewhat more savy on script!
  2. 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.
×
×
  • Create New...