Printing in GameMaker Studio 2 (GMS2) permits builders to output textual content, variables, and different knowledge to the console window or a specified file. It’s a priceless software for debugging, logging data, and sharing knowledge with different packages.
To print in GMS2, the print() operate is used. This operate takes a string as its argument and outputs it to the console window. For instance, the next code prints the string “Whats up, world!” to the console: