any chance of a rogue like game over tutorial.

Create high quality ABS, action games right inside RPG Maker · By
The plugin already supports handling action gameplay. For rogue‑like elements such as choosing upgrades and similar mechanics, you’ll need to use eventing, something I highly recommend practicing. Eventing is the key to creating any type of game you want, and RPG Maker Action Combat significantly enhances what you can achieve with events.
For tutorial, I don’t plan to create a full tutorial covering the development of an entire rogue‑like game, as that would take a very long long time. Not to mention, tutorials like this require me to create an entire game just to show you how it's done.
Yeah thanks I worked it out. I set parallel even added switch to enable common event if player dies. turned switch a on. pg2 nothing.
common event, parallel event with chosen switch activated, condition script HP(player) <= 0, recover all health, transfer to hospital map.
is there away to make events weak against certain elements I.e normal damage does nothing, but fire damage does 100% damage