I am currently working on a Fantasy RPG project that has yet to be named. I have made my way to creating the first city/town/village/thing. I made a nice event that uses variables to open/close doors. However, I am having a problem. I get the following error if I open my menu before leaving through the door:
---------------------------
Unnamed
---------------------------
Script 'Game_Event' line 99: NoMethodError occurred.
undefined method `<' for []:Array
---------------------------
OK
---------------------------
I have even opened the menu BEFORE entering through the door, and upon exit I receive the error. Can anyone help me please? :3
EDIT:
I just tried to make a quest using events, and using my quest script and as soon as you pick up the quest you get that same error.
EDIT2:
Turns out its something to do with the entire city. If i had opened the menu at any time during the game even before the town i will get that error if i try to enter the city D:
Hello everyone!
I am currently working on a Fantasy RPG project that has yet to be named. I have made my way to creating the first city/town/village/thing. I made a nice event that uses variables to open/close doors. However, I am having a problem. I get the following error if I open my menu before leaving through the door:
I have even opened the menu BEFORE entering through the door, and upon exit I receive the error. Can anyone help me please? :3
EDIT:
I just tried to make a quest using events, and using my quest script and as soon as you pick up the quest you get that same error.
EDIT2:
Turns out its something to do with the entire city. If i had opened the menu at any time during the game even before the town i will get that error if i try to enter the city D:
Edited by RamenuzumakiShare this post
Link to post
Share on other sites