Joined: October 26th, 2004, 10:23 am Posts: 666 Location: Digital Workshop
|
If you are using scripting it is best to turn on the option to force object names to be script compatible (Tools -> Options -> General -> More)
Also, renaming objects to descriptive titles (using the QuickBuild Rename options for multiple objects) will make your life much easier - remembering Text_1_4_ is the item you want is harder than UserNameText (for example).
Anyway, to answer the question, in the script replace all invalid characters (i.e. space, brackets etc) with underscores. So in your case: Text_1_2_
_________________ ddww Opus Developer
|
|