Ancordia_PRC8/_module/nss/hif_onplayerdyin.nss

14 lines
407 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
// prc_ondying,x4_def_mod_dying
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdying event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondying", OBJECT_SELF);
ExecuteScript("x4_def_mod_dying", OBJECT_SELF);
}