How do you create a new line of text while using blocks

I know that this has been asked before, but does anyone know if it has been changed so that players are able to create a new line when creating text with block codes?

Context

I’m trying to make a gridmap save system for my game, and being able to do this will save me about 4000 memory. Currently, the save system only uses about 2000 memory, so if it is impossible to do this, then its going to triple the amount of memory I’m going to have to use.

1 Like

You can use commas to separate two different things, then use block code to grab from one side of a comma.

This is something I wasn’t aware of and I would like you to explain more, but I’m talking about making an entirely new line.

example:

First line
Second line

(unless that is what you are talking about and im just [d]umb🙃)

here’s the block code if you were wondering:
image
(it’s just a prototype rn, but it is functional)

2 Likes

@Slim ?

You can separate things in a list using commas, but you can’t create new lines I don’t think.

By using comma I mean doing his in one var

cows, cats, gimkit, cake, food, gaming

4 Likes

Thanks, I’ll keep that in mind
though I’m going to wait until like other two people respond to this before I mark a solution ;-;

I think it possible? Or it’s not

Just to clarify, you don’t think it is possible? Or you just not sure?

not sure

1 Like

Currently the only way to do this is through the use of mods.

6 Likes

Meh, it was worth checking, thanks.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.