HoS_PRC8/_mod/_module/nss/hif_onplayerleve.nss

14 lines
401 B
Plaintext
Raw Permalink Normal View History

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