rwfromxenon |
I'm doing some coding, and in this particular script I have to set up 23 objects. After 15 or so, I get a "Bad Object Number" when I test the code. Am I using too many objects? Or is it something to do with memory or coding? |
Robin_Gravel |
You cannot put over 17 views in one room o0 > o16. If you wish to put some objects in the background, use Add.To.Pic unstead. Robin Gravel |
rwfromxenon |
Ah! I forgot that useful command! Thanks. One problem though. The script buffer overflow. How can I do this without killing it? script size? What number do I set it to? Help? :-\ EDIT- Ah, fixed it. Thanks. |