Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

How to call a menu screen?

RnLGG

Member

Hi, so I was wondering what script command you would need to call a menu if possible. (I'd like to be able to call the Status Screen in the main menu)

Thanks in advance!
 

RnLGG

Member

Odd, I tested this with an event and when I used the first player, It showed the second one and the other way around. I put this in the event.

$scene = Scene_Status.new(001)

Thanks though for the help before.
 

RnLGG

Member

Yep. Thanks a lot!

I forgot to ask this first as well but anyway..

What I am trying to do is every time the player levels up it goes to the status screen. (I'm using a point spend system and it doesn't automatically call the screen) I'm using an ABS if that makes any difference.
 
9VoltWiseMan":2gusqrbt said:
What I am trying to do is every time the player levels up it goes to the status screen.

Going to Game_Actor, to line 462 and adding below it
Code:
      $scene = Scene_Status.new(@actor_id - 1)
Seems to work for me in the map and in the (default battle system)battle,but only if just one actor levels up/the actor who levels up is in the party.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top