Increased HP of Practice Dummy. Added instanced player room with persistent storage in Inn. Full compile. Updated release archive.
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
#include "nui_i_main"
|
|
|
|
void main()
|
|
{
|
|
// Get the last player to use targeting mode
|
|
object oPC = GetLastPlayerToSelectTarget();
|
|
|
|
NUI_HandleEvents(oPC);
|
|
|
|
ExecuteScript("prc_onplaytarget", oPC);
|
|
} |