Updated for epic PrC expansion
Updated for epic PrC expansion. Hooked up NUI spellcast menu. Full Compile.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user