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.
Hi,
I've created a temple that disables the use of the menu screen,
Obstacles move around and i "Event Touch" then character loses HP.
But without the use of the menu screen, is there any other way to display the curretn hp of the party?
You could request a HUD script. Alternatively, you could create an event that displays the HP of each party member using the Set Variable = Member's HP and display variable, but it won't be a constant display.
Yes, I've gotten that. The blank screen was actually when I tried using \G. When I use \V[ID] it does what it should and displays the variable, but the player can't move.