HoS_PRC8/_mod/_module/nss/rts_debug_wand.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

12 lines
337 B
Plaintext

// rts_debug_wand
void main()
{
object oPC=GetItemActivator();
object oTarget=GetItemActivatedTarget();
location lTarget=GetItemActivatedTargetLocation();
SetLocalObject(oPC,"oDebugTarget",oTarget);
SetLocalLocation(oPC,"lDebugTarget",lTarget);
FloatingTextStringOnCreature("** Debug Target Selected **",oPC);
}