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.

Simple script on hiding menu peices

I was wondering if there was a way to hide the level and experience in the menu system. The game I'm making doesn't involve leveling, so i was wondering if there was a way to rid myself of it. Thank you in advance.
 
Well first go into your script editor.
Then scroll until you see the  Window_MenStatus script.  Look on line 31 and 33 and delete whats there.

Which is
draw_actor_level(actor, x, y + 32)
draw_actor_exp(actor, x, y + 64)

Just delete those two lines.

Then go to window_status and go to line 26 and delete this line

draw_actor_level(@actor, 96, 32)

Then delete these two lines
 
self.contents.draw_text(320 + 80, 48, 84, 32, @actor.exp_s, 2)
    self.contents.draw_text(320 + 80, 80, 84, 32, @actor.next_rest_exp_s, 2)
and finally delete these two lines

  self.contents.draw_text(320, 48, 80, 32, "EXP")
    self.contents.draw_text(320, 80, 80, 32, "NEXT")


Once those are all deleted, you shouldnt Exp or levels again.
If you do see it again let me know and ill show you how to fix it.
 

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