Jump to content
Sign in to follow this  
Potatoz

Quick Question

Recommended Posts

Is there a way I can use the hint command to hint a message to just one side? Like just hint a certain message to the whole west side without the East side seeing it?

Share this post


Link to post
Share on other sites

?(side player == west) : hint "Your message"

This should be in the normal scripting forum, not addon scripting :P

Share this post


Link to post
Share on other sites

Sorry about the wrong forum. smile_o.gif

but doesn't that code just check to see if the player is on the west side and hint if he is? Or does it hint to all west side players?

Share this post


Link to post
Share on other sites

Yes, it checks of the player is on side west, and if he is it displays the hint. Since the effects of the hint command are always local, only the players on the west side will see it.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×