#how do I store list data as a cloud var?

26 messages · Page 1 of 1 (latest)

midnight stag
#

I'm trying to make a persistent inventory as a cloud var but I can't make a list cloud var

strong ether
midnight stag
#

That would work

#

All I need would be a unique separator char between the difrent list values

strong ether
midnight stag
#

A what

strong ether
#

Lets say you convert the list [0,1,2,3] to a list

To String will format "[0, 1, 2, 3]"

Your own compiler could be anything you want, like "0,1,2,3"

spiral lintel
flint thicket
strong ether
midnight stag
#

Also the problem is that whenever I get an custom made object by tag or trigger volume target, all I get is "rec room object" but it doesn't specify witch one it is and just breaks

strong ether
#

Give each object a unique tag

midnight stag
#

There is no tag data type

strong ether
midnight stag
#

I did

strong ether
#

Then use Get All Tags or Get First Tag of the object

#

save that tag value, its a string, instead of using To String on the object

midnight stag
#

But it's still "rec room object"

strong ether
midnight stag
#

Ik, I deleted it and added a new one, but it was still maker pen object

strong ether
#

use Get First Tag

midnight stag
#

So I got the custom tag, but how would I convert it back to an rec room object data type? Because again, it just shows up as "maker per object" for the output of a trigger volume