newline

  1. S

    GameMaker Inserting spaces or "\n" when string reaches maximum width

    Hello! I am working on a notebook/notes-like feature for my game, where players can open a notebook and type whatever they want. I've encountered problems when inserting a newline when the current line of text exceeds the notebook sprite width. It either doesn't work or inserts a newline at each...
  2. KyleRansford

    GameMaker \n New Line is being Ignored in dialogs

    I don't know what's going on here or if I'm the only one experiencing this. But usually, when I want to add a new line in a dialog text I would enter \n and the text would go to a new line. But recently, the \n just gets ignored. Is anyone else having this problem? For example, the dialog text...
  3. N

    Adding newline character to string after a specified amount of characters

    Hi, I am trying to make a script which inputs a string and returns that string with newline characters every n amount of characters. However I do not want a newline character to be added in the middle of a word or number, and I do not want a newline character to be added after or before another...
  4. Bladestorm Games

    \n (line break) is not being save to ini file

    Hello, I have a small issue where if a string contains \n and that string is saved to an ini file, the loaded later, the string wont contain the \n portion. Example: description_string = "Hello Test \n This is a test"; ini_open("test"); ini_write_string("section", "key"...
Top