Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: wargod87 on December 10, 2008, 02:00:58 AM

Title: Help: cant use test play
Post by: wargod87 on December 10, 2008, 02:00:58 AM
Ok. whenever i try to do a test battle or test play my game, it says "Event script referenced an item that does not exist".
I don't know what to do. I already tried getting rid of EVERY SINGLE ITEM but that didnt work.
Title: Re: Help: cant use test play
Post by: Red Fox on December 10, 2008, 04:48:29 AM
I'm going to take a wild guess and say that somewhere in your code your referencing an event script that does not exist.
Title: Re: Help: cant use test play
Post by: Prpl_Mage on December 10, 2008, 07:23:55 AM
Getting rid of every single item probably made everything worse.

You have an event somewhere on the map where an item is present in the coding.
For example : Add "Bastard sword of bastards" and you removed the "Bastard sword of bastard" sometime.

Or an even prerequisite like "If: Large key is in party" and you later on removed the item "Large key".
So check the events of the start map.
Title: Re: Help: cant use test play
Post by: wargod87 on December 10, 2008, 07:57:03 PM
Ok. i havent even touched the map yet. i was trying to test a battle and it still wont work.
though it is only this project that does it.

well.. i mean that i havent used a single event on the map yet.

edit: well... i figured out that i had to atleast have 50 items in my game for it to work properly.