Dark_Element
09-12-2004, 02:39 AM
is there a way to target a object with a name that may vary depending on a value?
note: the variable's range is so large that a switch/if+else if statement couldnt possibly get it.
eg: i want to select a object with a name of "foo"+bar and that "bar" may be different everytime. In addition that bar may be from 1 to 99999.
note: the variable's range is so large that a switch/if+else if statement couldnt possibly get it.
eg: i want to select a object with a name of "foo"+bar and that "bar" may be different everytime. In addition that bar may be from 1 to 99999.