RATDOG/_module/nss/ra_onplaytarget.nss
Jaysyn904 f8835e0b32 PRC8 content update
PRC8 content update.  Full compile.
2024-12-28 22:38:01 -05:00

10 lines
158 B
Plaintext

#include "nui_i_main"
void main()
{
// Get the last player to use targeting mode
object oPC = GetLastPlayerToSelectTarget();
NUI_HandleEvents(oPC);
}