Help on Yanfly´s Stat Allocation Plug in

● ARCHIVED · READ-ONLY
Started by Magusalfador 2 posts View original ↗
  1. Hi all!

    I want to call the Stat Allocation scene via an event, not from the main menu. Now, If I use
    Code:
     SceneManager.push(Scene_StatAllocation);
    It will call the scene but this will skip the part where I select the actor of whom I want to allocate stats. Can someone help me call the part where I select the actor first, or better yet, where do I specify which actor I want to call the allocation scene for?

    Thanks!!
    EDIT: Got it, I call this method before the scene.
    Code:
    $gameParty.setMenuActor($gameActors._data[X]);

    SOLVED.
  2. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.