Increased HP of Practice Dummy
Increased HP of Practice Dummy. Added instanced player room with persistent storage in Inn. Full compile. Updated release archive.
This commit is contained in:
11
_module/nss/mmd_onplaytarget.nss
Normal file
11
_module/nss/mmd_onplaytarget.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "nui_i_main"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Get the last player to use targeting mode
|
||||
object oPC = GetLastPlayerToSelectTarget();
|
||||
|
||||
NUI_HandleEvents(oPC);
|
||||
|
||||
ExecuteScript("prc_onplaytarget", oPC);
|
||||
}
|
Reference in New Issue
Block a user