Custom Chat System

Posted by ConnorDEV
Hola!

I was looking into the chat side of things recently and i'm wondering how i make a custom chat system?

Replies (1)

Last message on 24 Dec 2017

Size43 (Administrator) on 24 Dec 2017, 16:29:00
You can fetch the chat messages using gms_chat_get_text gms_chat_get_sender and gms_chat_get_sendername. Drawing them can be done using standard GameMaker drawing functions.

You can send new chat messages using gms_chat.