messagebox

  1. F

    GML Visual Can't find Game Information and Display a message in GameMaker Studio 2.

    Hello I'm new in GameMaker Studio 2. I can't use game info that i used in gamemaker 8.1, also i can't find 'Display a message' action that was also in GameMaker 8.1, I use GML Visual as i'm not familiar with Script. It'll be a pleasure if someone helps me with that.
  2. FoxyOfJungle

    SOLVED "for" statement problem... (trying to make a dialogbox)

    Hi. I have a ds_list, it contains dialogs for my dialogbox. How I make: CREATE: messagebox_list = ds_list_create(); messagebox_show = true; messagebox_n = 0; ds_list_add(messagebox_list,"The quick brown fox jumps over the lazy dog"); ds_list_add(messagebox_list,"This is a long history...")...
  3. M4nu

    How do I get rid of the message-box header?

    Hello people of the GM Community! I'm on a long learning curve here and right now I've written a code with the help of a Youtube video on how to create a password system. So I have these in-game message boxes that popup but they have a header titled "GameMaker Studio". I don't want that to...
Top