How do i compare the amounts of items each person has?

Ok i have the solution to this problem gimmie a sec

What comparison are you trying to make?

You could use an IIM to count each players items, store the numbers in a player scope property, and then run a comparison on them with a relay, but what comparison do you need to do?

Here:

Item Granter’s Settings:
Item = Bait
Amount = -1
Item Granter’s Blocks:
Give Player (Property You want to Compare) amount of item
Broadcast on “Start Comparison”
→ Checker (Check if item amount is 0)

If amount is 0, (check passes) then broadcast on “Finished”
If check fails, then broadcast on “Keep Going”
Make a trigger receive on “Finished”
It should set “Still Going?” (Default True, global scope) to False in the blocks
Make another Item Granter Block, this time receiving on “Keep Going”.

If (Still Going? = True)
then grant player selected item and broadcast on “Start Comparison”
Nothing else

Now, you could switch the still going thing to a number property and get to track more things, like the differences between the properties.

1 Like

Or you could just add a property to be set to the amount you want to compare then send a channel or whatever you want. Make sure that the item amount = a property that is scope set to player.

What does NPT stand for. I understand what it means but what is the full term.

Numerical Psuedo Teaming.

Ah.

Sorry @Blackhole927 but I ended up making my own system lol