Problem with a script call

● ARCHIVED · READ-ONLY
Started by BluPanda_97 5 posts View original ↗
  1. Hello.
    So, basically I was trying to make a custom menu using Yanflys common event menu, and I tried to make an items section using the SceneManager.push(Scene_Item); script call. When I open the menu, things look okay, but then I tried to click on the items button and nothing seemed to happen. Below is a picture of the common event. Does anyone know what is going on? Thanks in advance. Common Event 01.PNG


    Also, when I try to exit the menu I get the following error:
    ErrorMessage.PNG Common Event 01.PNG ErrorMessage.PNG
  2. Does the item menu work properly if opened the normal way?

    Also, where is the error occurring? You can see the console and log by pressing F8 when playtesting.
  3. The Item menu does work if opened through the normal menu, and for whatever reason, on my computer the console log doesn't work.
  4. then open the project directly with firefox, and open the developer console through the firefox menu when the error happens.
  5. When I put the project in to firefox the error wasn't there, but I still have the problem where I can't click on the items button.
    itemScreen.PNG


    I also figured out that removing the conditional branch from the common event (See first picture) gets rid of the error, but then when I try to cancel it opens up the items menu (Just to be clear, I'm trying to make it so that when I press enter or any OK button on the Items button, it pulls up the item menu).