2025/07/20 Update
Added PEPS AI. Updated class & racialtypes 2DAs for the Lost Lands. Full compile.
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user