HoS_PRC8/_mod/_module/nss/rts_debug_wand.nss

12 lines
337 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// 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);
}