RoT2_PRC8/_module/nss/hif_onmoduleload.nss
Jaysyn904 379c5dce03 Added persistent player storage
Added persistent player storage.  Fixed store items.  Full compile.  Updated release archive.
2025-03-09 20:14:36 -04:00

21 lines
625 B
Plaintext

// prc_onmodload,trin_modload
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onmoduleload event.
//
/////////////////////////////////////////////////////////////////////
#include "nui_i_main"
void main()
{
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_events");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_events");
NUI_Initialize();
NUI_HandleEvents();
ExecuteScript("prc_onmodload", OBJECT_SELF);
ExecuteScript("trin_modload", OBJECT_SELF);
}