tecimovic / programming-school

Lessons for kids
0 stars 0 forks source link

Key per door relates to properties #7

Open NeonScripter opened 2 years ago

NeonScripter commented 2 years ago

Now that the "key per door" thing was added, can you make a way for players to get passed a certain door if they have any item of a certain property?

jecimovic commented 2 years ago

i don't understand. why couldn't you just use "Key Per Door" instead?

NeonScripter commented 2 years ago

i don't understand. why couldn't you just use "Key Per Door" instead?

Because this way, you could use any item of a certain property to open a locked door, instead of just one item.

jecimovic commented 2 years ago

i don't understand. why couldn't you just use "Key Per Door" instead?

Because this way, you could use any item of a certain property to open a locked door, instead of just one item.

oh. cool.

tecimovic commented 2 years ago

That's a good point. I can easily implement this. Things already have properties, and I can simply add an API that will allow this. This should be easy enough.