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.

script call help

I was wondering how can you show an "Equip and Status" menu from the script events and where can i find the script module that makes the status menu? thanks in advance.
 
If you take a look at the script editor, you'll see near the botom of the list Scene_Equip and Scene_Status.

All you need to do in the script command is to call the scenes like that:
Code:
$scene = Scene_Status.new

However, both scenes requires arguments to work. They need to know which actor's status to show. So, the script call should look like:
Code:
$scene = Scene_Status.new(actor_id)
and
$scene = Scene_Equip.new(actor_id)

Hope it helps!
-Dargor
 

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