How do you make an item granter stop after one grant

I need help with stopping an item granter after one grant per player

how is the item granted (i.e button, channel, etc…)

wire connected to a zone to the granter

just have the zone deactivate itself with a wire repeater

Just wire it to the action you want it to grant on, or use blocks…
See below:

  1. Place an item granter, and then go to blocks, and select “When item granted to player.” Don’t do any blocks yet
  2. Place a property device, and set it to the images below.

    image
  3. Set the item granter to the setting you’d like
  4. Go back to the blocks, and set it like this.

    This should make it only give the player the item once!!!

Also, with the zone wire one of the left two, then the other like this:

1 Like

or do that, that is a much more (not trying to sound nerdy, or anything…) educational way of doing it

1 Like

this is taking forever but I’m doing it anyways

1 Like

Sometimes that’s just the way it has to be…

how do you even know what to do

I’ve been playin’ Gimkit longer than most…
To let you know how long, before seasons, I was level 1000+!

What how is 1000 even possible

The levels never reset until seasons came along…
But anyway…

like this

and
Screenshot 2024-09-03 12.38.00 PM

The variable should be equal to 1.
image
Does it work?

nope
Screen recording 2024-09-03 1.23.09 PM
see you can get 1 million more than once

OK. One sec…
Lemme figure something out real quick.

OK. I finally figured it out for real…
Follow the below steps:

  1. Place a zone and item granter.
  2. Set the item granter like this:
  3. Set the zone like this:

    image
    image
  4. Wire the zone to the item granter like this:

    This should definitely work, but if not, tell me!
1 Like

Make the channel to grant the item increase a counter with a target of 1. When the target is reached, grant the item.

That doesn’t give scope.

that is the solution right there.