Jump to content
Sign in to follow this  
Hutson-16AA-

Send Text only to a player in a trigger

Recommended Posts

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

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
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 wink_o.gif

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 wink_o.gif . A 2x2 trigger size is enough.

For more information check the list command

Share this post


Link to post
Share on other sites

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 smile_o.gif

Thank you very much for your help!

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  

×