OnPhoneDialUsage​Called when the player sends chat to the serverReturn a non-null value to override default behavior of chat, not commandsExamples​""object OnPlayerChat(BasePlayer player, string message, Chat.ChatChannel channel){ Puts("OnPlayerChat works!"); return null;}Copy