RATDOG/_module/nss/ra_onplaytarget.nss
Jaysyn904 51e1a2a2b3 2025/07/20 Update
Added PEPS AI.
Updated class & racialtypes 2DAs for the Lost Lands.
Full compile.
2025-07-20 20:28:49 -04:00

17 lines
430 B
Plaintext

//#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);
}