using Xabbo.Core; using Xabbo.Messages; namespace Xabbo.Scripter.Scripting; public partial class G { /// /// Says the specified message to the room. /// public void Say(string msg) => Interceptor.Send(Out.Chat, (short)0, "", msg);