show variables on screen rpg maker xp
#9
You could actually show the whole HUD if you wanted. Find your Scene_Battle and look for the main method. Then we just have to add a
Code:
@yourhud = Window_YourHUD.new
to it. Just look how that @status_window is controlled, and under any @status_window you find, do the same thing with @yourhud

so if the code says
Code:
@status_window.dispose
you add a
Code:
@yourhud.dispose
under it. And where it says
Code:
@status_window.refresh
add a
Code:
@yourhud.refresh

it should be that easy!
Reply


Messages In This Thread
RE: show variables on screen rpg maker xp - by MechanicalPen - 10-12-2014, 06:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   How do I make a PNG image (or animation) show up when a character dies? Ace_V 6 599 08-31-2025, 11:07 PM
Last Post: kyonides
   Scan skill should show states Tumen 5 11,775 05-02-2017, 03:33 AM
Last Post: DerVVulfman
   Display State Ranks in Status Screen Mel 3 9,410 04-02-2017, 12:46 AM
Last Post: marketing small business ideas
   RMXP SKill animations too bright (overlaying the battle screen) Starmage 4 12,639 06-13-2016, 03:41 AM
Last Post: Starmage
   Custom Save/Load screen Raou 2 9,602 04-01-2015, 08:18 PM
Last Post: Raou
   Game Variables List for Copy/Paste JayRay 4 9,019 01-15-2015, 06:18 AM
Last Post: JayRay
   in FPLE touching events after battle causes rpg maker to crash ThePrinceofMars 1 6,818 11-27-2014, 09:11 PM
Last Post: MechanicalPen
   Script Request - Variables Specific Save File JayRay 2 6,478 04-28-2014, 05:15 AM
Last Post: JayRay
   Help with Shop Menu [RPG Maker XP] JackMonty 6 15,838 05-23-2013, 10:14 AM
Last Post: JackMonty
   Analyse show HP Bars Ace 12 21,367 12-28-2010, 04:39 PM
Last Post: Ace



Users browsing this thread: 1 Guest(s)