Custom Deathscreen

How do you swap out the regular deathscreen from the script to a custom external one?

  1. Set the following config option to true in the config.

Config.CustomDeathScreen = true
  1. Trigger 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.

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

Last updated