HE - Menu Help

● ARCHIVED · READ-ONLY
Started by Capitán 5 posts View original ↗
  1. Okay, I decided to implement Nicke's HE - Main Menu.

    When adding this custom menu option:

    LJOxVtL.png

    I get this error when trying to open the menu:

    p1sq3KF.png

    What is happening?
  2. What other script are you using with HE's Menu script?
  3. The script i'm trying to run is Here

    but I'm not running any other menu scripts.

    and his required scripts;

    Nicke's Original post
  4. In the line you highlighted, enter this instead :

    :custom_quest => ["Quests", "View etc.etc.", 229, true, false, 3],

    The '3' at the back refers to the common event you will link it to so you can change it to any number you wish.

    In this example, go to your common event #3 in your database and enter the following script call :

    SceneManager.call(CSCA_Scene_Quest)
  5. Worked perfectly, thank you.