Rune_PRC8/_removed/hif_onplayerdyin.nss

14 lines
397 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
// playerdying,prc_ondying
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdying event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("playerdying", OBJECT_SELF);
ExecuteScript("prc_ondying", OBJECT_SELF);
}