RATDOG/_module/nss/ra_onplaytarget.nss

10 lines
158 B
Plaintext
Raw Permalink Normal View History

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