Potatoz 0 Posted August 17, 2007 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
jasono 0 Posted August 17, 2007 ?(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
Potatoz 0 Posted August 17, 2007 Sorry about the wrong forum. 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
Big Dawg KS 6 Posted August 18, 2007 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