2025/07/20 Update

Added PEPS AI.
Updated class & racialtypes 2DAs for the Lost Lands.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-20 20:28:49 -04:00
parent fdbffdd730
commit 51e1a2a2b3
1773 changed files with 147537 additions and 829 deletions

View File

@@ -1,10 +1,17 @@
#include "nui_i_main"
//#include "nui_i_main"
#include "inc_perchest"
#include "inc_transform"
void main()
{
// Get the last player to use targeting mode
object oPC = GetLastPlayerToSelectTarget();
object oTarget = GetTargetingModeSelectedObject();
vector vPosition = GetTargetingModeSelectedPosition();
PC_HandleDepositEvent(oPC, oTarget, vPosition);
VT_HandleTargetEvent(oPC, oTarget, vPosition);
NUI_HandleEvents(oPC);
//NUI_HandleEvents(oPC);
}