Originally Posted By: Uhrwerk
For the first question: You can set the entities UNTOUCHABLE flag.

The second question: Please post your code.

Third question: the delimiter is just a character that causes the file_read_string instruction to stop at that specific character. What exactly is the problem? Is it ignored?
Of man, the answer for the first question was so easy... dumb me :<
About the code, I can't post it right here, cause I don't have access to it from this place.
The problem is, that '\n' doesn't work if you read text from file.
Originally Posted By: MasterQ32
1: flags2 + UNTOUCHABLE
2: Try using WWRAP to wrap text lines (txt_load loads line by line)
3: \n is an escape code. It is just a "new line" as long long as you are in c-code
The compiler translates \n to 0x0A in the string AT compile time).
If you load \n from a text file, you load the actual \n string which is 0x2F 0x6E
So you need to parse your loaded string for "\\n" and replace every single one with " \n" (space at line end does not do anything at all, but has the same size so you can run the code in-place)
2. I do use WWRAP, as I've said above I've set 'size_x' and 'size_y' to make my text feet the background image, and this part works great. But the thing is, that only about 300 character of the whole text are visible.. I still wonder why :<
3. so I need to cycle throw the string, find '\\n' and replace every single one I've found with '\n' ?


Thank you guys, for such a quick replies! laugh

Greets


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung