Aller au contenu

Photo

Clear current player target


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
Ashw3

Ashw3
  • Members
  • 16 messages
Hey everyone.

Is there a way to do this? To clear the current player target via script or GUI? or De-Select it or chose a different one.

I need to 'reset' the target I have selected in the GUI for a very specific reason.

Thanks 

#2
rjshae

rjshae
  • Members
  • 4 508 messages
Would doing a SetScriptHidden TRUE then FALSE on the target cause it to be deselected?

#3
painofdungeoneternal

painofdungeoneternal
  • Members
  • 1 799 messages
Setting it invisible or using HIPS does i know off the top of my head - makes the target disappear. Imagine some sort of toggling of if the player can see the target would do it, not sure about script hidden, but it's worth a shot.

Think skywing has a client extension feature to allow this as well, to actually set the target.

#4
Ashw3

Ashw3
  • Members
  • 16 messages
Yeah I ended up using the client extension to do it. Thanks guys.