Chat in rooms with views

Posted by Arthur
The chat doesn't seem to work in rooms that use views and follow the player.

I have this code in obj_chat:

___________________________

/// Open Chat

gms_chat_bind_view(0,cp_top,172);
gms_chat_toggle(true)
obj_player.text = 1;
keyboard_string = "";

___________________________

For some reason the chat does not want to spawn in rooms that use views.

Does anyone know how I could fix this?

Replies (1)

Last message on 27 May 2018

Size43 (Administrator) on 27 May 2018, 16:42:10
You could bind the chat to a position (gms_chat_bind_pos) and simply keep updating the chat position as the view moves.