Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
HBGames
I was wondering if there was a way to remove a newline character using the .sub command. Im using dubealex's AMS R4 and when I use one of the functions on a new line it still places the enters eventhough it removed the text, as an example I have this:
as you can see it puts in the new line character still which screws it up on me >_<. Any idea how to remove it? I know in alot of languages \n is a new line character but I dont think sub!(\n) will work.