So I have it that when people join the lobby panel gets activated which is the same for everyone, and when someone starts hosting I have the lobby panel set active also. So I would think this would work for OnEditString() for the chat field
Lobby Chat Not Working
Code (CSharp):
- public void Chat_Sent(string written_string)
- {
- ALobbyPlayer this_player;
- {...