Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Allen on August 20, 2004, 10:40:40 AM

Title: Bad Object Number?!?
Post by: Allen on August 20, 2004, 10:40:40 AM
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?
Title: Re:Bad Object Number?!?
Post by: robingravel on August 20, 2004, 10:55:23 AM
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
Title: Re:Bad Object Number?!?
Post by: Allen on August 20, 2004, 11:12:08 AM
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.