HoS_PRC8/_mod/_module/nss/hif_onplayerresp.nss

14 lines
403 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// prc_onrespawn,rts_respawn
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerrespawn event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onrespawn", OBJECT_SELF);
ExecuteScript("rts_respawn", OBJECT_SELF);
}