How to use properties

I have been trying to use them but I cannot find out how to.

1 Like

Properties are used for coding on a device, like trigger, item granter, etc.

1 Like

You can use them in the score settings, counters, and property devices. You can also use them in block code.

1 Like

Wow! That is the fastest anyone replied to my posts

1 Like

Because… well… yes. ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

1 Like

A bit late, but Properties store data in blocks forever. If you’ve ever used a variable before, Properties are like variables, but they’re permanent.

Think about it like this. Variables only apply to one block. Properties last forever. Basically, properties are everlasting variables, but there’s a lot more to them than just that.

Properties can act as multipliers, dividers, or any arithmetic operation. Let’s say you get 5 x [insert number property] cash from clicking a button. You can now add upgrades to get more cash. Without it, you would have to go all the way and make another item granter, and disable the game overlay button to get more cash.

Properties can also store information. If I stored 5,000 cash in a property, then I could retrieve it from any block. If I stored 5,000 cash in a variable, it would only save for that block.

Basically, properties are easy ways to store data.

2 Likes