MMD_PRC8/_module/nss/mmd_onplaytarget.nss

11 lines
200 B
Plaintext
Raw Normal View History

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