Hutson-16AA- 0 Posted February 19, 2007 Hello all, I've currently trying to set up a mission whereby when someone moves into an area they get some text on their screen.. however, I only want *them* to get the text.. not everyone else. Does anyone know how to do that? (I've tried groupChat.. but it pops up from everyone, hint also pops the message up for everyone as well...) TIA, Paul Hutson Share this post Link to post Share on other sites
Big Dawg KS 6 Posted February 19, 2007 GroupChat, hints, SideChat, etc... are all local, meaning they can be used soley on one player. If you're using the commands via triggers in the editor it's going to show for everyone, what you need to do is figure out how to do it locally. Share this post Link to post Share on other sites
Lolsav 0 Posted February 19, 2007 If you're using the commands via triggers in the editor it's going to show for everyone (...) Not true if you type it correctly in the trigger Condition: Player in thislist Activation: Player sidechat "blablabla"; The result will be true only to player in the list of the trigger. He just has to make a trigger small enough to fit 1 player . A 2x2 trigger size is enough. For more information check the list command Share this post Link to post Share on other sites
Hutson-16AA- 0 Posted February 19, 2007 Thanks for the quick reply - the condition doesn't seem to be working on that last one.. ... but wait, with a little fiddling, it does indeed work Thank you very much for your help! Share this post Link to post Share on other sites
hoz 0 Posted February 19, 2007 Set the condition to Any and check out this example at the bottom in the Biki - list Share this post Link to post Share on other sites