- Joined
- Oct 30, 2013
- Messages
- 12
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I need to remove MP and TP bars from my menu because the game I'm making is a puzzle game and MP and TP doesn't have any use in the game.
Thanks!If you go to Window_Base and comment out lines 506-522 (assuming that you haven't edited already in some way, the method header should be "Draw Mp" and Draw Tp" and then go down to line 532 and comment it out as well (in case you've edited something, said line will read: draw_actor_mp(actor, x + 120, y + line_height * 2)) then mp and tp will no longer show up in the status menu.