Amon_PRC8/_module/nss/hif_onplayerleve.nss
Jaysyn904 92dd37996f Got rid of the rest of the DevCrit restrictions
Got rid of the rest of the DevCrit restrictions.
2025-06-10 17:30:43 -04:00

14 lines
411 B
Plaintext

// prc_levelup,dev_crit_onlvlup
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerlevelup event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_levelup", OBJECT_SELF);
//ExecuteScript("dev_crit_onlvlup", OBJECT_SELF);
}