Jump to content
Sign in to follow this  
CarlGustaffa

Chat messages in multiplayer

Recommended Posts

Hi

Whenever I have a certain player in multiplayer start a script, the messages using globalChat and sideChat and so forth is only shown to that player. What is a good method of making all or some selected players see this text (i.e. transmissions to firebase or whatever)?

The Biki shows no information regarding multiplayer on this one.

Share this post


Link to post
Share on other sites

The wiki used to have a note for globalChat, stating

Quote[/b] ] This function only types text to the list, it does not broadcast the message.

If you want the message to show on all computers, you have to execute it on them.

But it was removed/lost somewhere along the way... The little "EL" icon up the top is meant suggests that the command has a local effect only. I really hate those icons, text would be much better suited...

Anyway, back to the issue - you'll have to execute the relevant code on all clients that are to see the chat. A trigger would probably be the easiest method.

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  

×