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.

Attack Sub-Menu Modifications

Hey guys, I've just made an attack sub-menu, but there are 2 things I need done.

First off all, I want the numbers that tell you how much SP you use gone. They're already crossed out in the screenshot below.
http://img178.imageshack.us/my.php?image=sr5zd4.png

Secondly, I don't want the bar that says the name of the attack used to appear at the top of the screen. It's also crossed out in the screenshot below
http://img178.imageshack.us/my.php?image=sr6tl5.png

Is there any way (events, scripting or otherwise) to get rid of them?
 

poccil

Sponsor

1. Delete line 75 of the script section Window_Skill, the one that reads:
Code:
    self.contents.draw_text(x + 232, y, 48, 32, skill.sp_cost.to_s, 2)

2. Delete line 345 of the script section Scene_Battle 4, the one that reads:
Code:
    @help_window.set_text(@skill.name, 1)
 

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