Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: A Forgotten Legend on April 06, 2007, 12:27:15 AM
-
The error says:
Event Script referenced an item that does not exist
Um... so what should I do?
... i went into another project, and it went to the title screen, so its something with just that project.
-
That means that something (such as event script) tried to do something with an item that's ID is greater than the upper boundry of the item list, ergo the item doesn't exist.
Double check your event scripts that do anything with items, and make sure that none of them reference an item that you deleted.
-
Did you alter the Items section of the Database recently? To check this, set the array size of Items to 5000; if that solves the problem, make sure to check all of your events and Hero starting equipment.
-
...thanks. i had my items list at only 1 item. i changed it to 100 and it works now. Thanks.
-
You can put the item size down to 44. Other than that, that is the lowest it can go.
-
huh... i only had one item... so the minimum is 44? I'll keep that in mind...