Rune_PRC8/_removed/hif_onplayerresp.nss

14 lines
407 B
Plaintext
Raw Permalink Normal View History

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