HoS_PRC8/_mod/_module/nss/hif_onplayerrest.nss

14 lines
400 B
Plaintext
Raw Permalink Normal View History

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