Updated for epic PrC expansion

Updated for epic PrC expansion.
Hooked up NUI spellcast menu.
Full Compile.
This commit is contained in:
Jaysyn904
2025-06-14 00:38:49 -04:00
parent 15091fea37
commit 3d80642c70
85 changed files with 635 additions and 3 deletions

View File

@@ -39,9 +39,9 @@
void main()
{
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
/* SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_target");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui"); */
NUI();