Hey guys, so recently I've been operating on the assumption that brick variables save when you do Save Bricks, and load when you do Load Bricks. I made a land ownership system, and theres a variable that gets saved when you own that brick. For example, it'd be %brick.owner. But, when I save the bricks and load them again, all records of land ownership are gone. Is there any way to combat this?
Edit: There are two possible people that can own a peice of land. Either a tribe, or a player. %brick.owner can be either or. I can't use the trust system for a multitude of reasons. First, I'm using a custom build system that allows people to only build with backpack resources. You press R, it fires a raycast, and plants where it ended up. Second, you can't attribute trust to tribes.