How to figure out which property has the greatest amount out of six

Hi! I’m making a werewolf-style game and I’m wondering if there’s a way to tell which number property has the most for the voting part. I would appreciate any help!

2 Likes

Here are a few guides that may help you.

Let me now if i can help you with anything else.

Are they separate properties, or are they all different property devices?

Each property has it’s own device.

Pseudo properties probably won’t work.

Ok.

maybe connect a checker?

Use a trigger then add block code like this: if get property [insert first property and others] > get property [insert other property] do something: and then just do that six times.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.