How to make a dead body drop when someone is tagged, like among us

Basically, it uses an IIM with a property. The property broadcasts on “Check For Item” when it’s changed. A checker receives on “Check for Item” and checks if the amount of the item is one. If so, it is wired to an item granter that grants -1 of the item. The emergency meeting should also be started by the checker if the check passes.

2 Likes

could you walk me through it? (again sorry)
image
this is what I have right now

What is the IIM wired to?

the tag zone, so when tagged, it activates, and also when tagged, it grants 2 grapes

Why 2?

because you can only hold 1 grape, it requires you to drop one

after tagging someone

1 Like

Ok. So make the property trigger the checker. The checker should check if the player has 1 grape.

1 Like

IIM, or a checker?

1 Like

The checker should be triggered by the property.

1 Like

ok, got it, what should the property be triggered by

1 Like

The IIM edits the property.

1 Like

ok, after that?

1 Like

Then, the checker should check if the player has 1 grape. If they do, then it should broadcast to an item granter that takes a grape away.

1 Like

ok, got it

1 Like

Make a trigger that receives on the same channel as the item granter. It should broadcast on the channels that triggers the emergency meeting.

witch one?

The one taking the grapes away.

with wires, would it be so that when check passes, it triggers

1 Like

Also, here is what I have so far
image