Custom Deathscreen
How do you swap out the regular deathscreen from the script to a custom external one?
Set the following config option to true in the config.
Config.CustomDeathScreen = trueTrigger your custom deathscreen events to make it look somewhat similiar to the following screenshots. The trigger events in the screenshots are just placedholders, you'll need to make them fit your custom deathscreen script. All of this is in client_open.lua.


Trigger your close/remove death screen event, to ensure that it gets closed upon revive.
Last updated