2025/07/20 Update
Added PEPS AI. Updated class & racialtypes 2DAs for the Lost Lands. Full compile.
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
NUI();
|
||||
ExecuteScript("mod_nui");
|
||||
|
||||
object oPlayer = NuiGetEventPlayer();
|
||||
int nToken = NuiGetEventWindow();
|
||||
string sWindowId = NuiGetWindowId(oPlayer, nToken);
|
||||
NUI();
|
||||
|
||||
object oPlayer = NuiGetEventPlayer();
|
||||
int nToken = NuiGetEventWindow();
|
||||
string sWindowId = NuiGetWindowId(oPlayer, nToken);
|
||||
|
||||
// Open the Power Attack NUI
|
||||
if(sWindowId == NUI_PRC_POWER_ATTACK_WINDOW)
|
||||
|
Reference in New Issue
Block a user