Rusty
September 19, 2024, 3:35pm
1
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
Slim
September 19, 2024, 3:36pm
2
You can use commas to separate two different things, then use block code to grab from one side of a comma.
Rusty
September 19, 2024, 3:41pm
3
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🙃)
Rusty
September 19, 2024, 3:47pm
4
here’s the block code if you were wondering:
(it’s just a prototype rn, but it is functional)
2 Likes
Slim
September 19, 2024, 4:55pm
6
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
Rusty
September 19, 2024, 5:08pm
7
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 ;-;
Roberta
September 19, 2024, 5:09pm
8
I think it possible? Or it’s not
Rusty
September 19, 2024, 8:23pm
10
Just to clarify, you don’t think it is possible? Or you just not sure?
Currently the only way to do this is through the use of mods.
6 Likes
Rusty
September 20, 2024, 12:27am
13
Meh, it was worth checking, thanks.
system
Closed
September 20, 2024, 3:28am
14
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.