Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 20
Quickchat
Blocks edited this page Jan 8, 2020
·
1 revision
SendQuickChatFromAgent(teamOnly:false,quickChat:QuickChatSelection.Compliments_WhatASave);Note that sending too many quickchats in a short time frame will temporarily disable quickchats for that bot, just like it does for humans.
QuickChatMessagesquickChatMessages=ReceiveQuickChat();for(inti=0;i<quickChatMessages.MessagesLength;i++){QuickChatquickChat=quickChatMessages.Messages(i).Value;Console.WriteLine($"Received {quickChat.QuickChatSelection} from player #{quickChat.PlayerIndex}");}