Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/mod_target.nss
Normal file
12
_module/nss/mod_target.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "inc_perchest"
|
||||
#include "inc_transform"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastPlayerToSelectTarget();
|
||||
object oTarget = GetTargetingModeSelectedObject();
|
||||
vector vPosition = GetTargetingModeSelectedPosition();
|
||||
|
||||
PC_HandleDepositEvent(oPlayer, oTarget, vPosition);
|
||||
VT_HandleTargetEvent(oPlayer, oTarget, vPosition);
|
||||
}
|
Reference in New Issue
Block a user