Save-Point
Hud Menu - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Menu/Title System (CMS) (https://www.save-point.org/forum-95.html)
+------ Thread: Hud Menu (/thread-6339.html)



Hud Menu - Raziel - 07-14-2006

Hud Menu
Raziel

Version: 1.2
Jul 14 2006

This is a locked, single-post thread from Creation Asylum.  Archived here to prevent its loss.
No support is given.  If you are the owner of the thread, please contact administration.


Introduction

A short script I did when I was bored. tongue.gif


Features
  • Turn the Hud on and off by using a switch.
  • Includes HP, SP, Exp and gradient bars.
  • The feature to center the HUD.


Script

Place this above main

Instructions

Turn the HUD on/off by using a switch. Turn the HUD off, turn the switch to off, to turn the HUD on, change the switch to on. The default switch is 1. To change it, just change the 1 in SWITCH_ID = 1 to the number of the switch you want to use.
To center the HUD just turn $center_hud to true. Turn it off when you don't want to center the HUD.


FAQ

How to exchange the window with a picture

Credits and Thanks

Thanks and credits to SephirothSpawn for the gradient bars.
Thanks to Trickster for editing the script to make it shorter/easier. smile.gif


Author's Notes
Enjoy.