Broadcasting item grant help

I am making a cookie clicker map but when you keep getting cookies it shows in the top-middle how many cookies you are getting. It is very annoying because it doesn’t register purchases so it doesn’t match the counter. Is there a way to turn this off? Banana?

I am so confused on this sorry.

First things first-
Is it buttons for clicks?

Yes. You automaticly gain cookies from some upgrades too.

when item purchased---------> increment counter?

So do I understand this right? you have an item tracking how many cookies, which is being tracked in the top middle, but the counter is tracking cookies, not the item, and the item is not being subtracted when you purchase something?
if that’s what you mean, you can either make the top middle tracker track a property amount instead of item, or you can use an item granter to subtract the cookie-tracking item and it will correspond.

No, it’s like when you get an item in the top-middle it says “brown seed (+1)” and keeps going up if you get more in a certain timeframe. I want to make that go away.

Use properties and this guide:

[1]
So when clicked (however you do it) → trigger with this block code
Set property: cookie
Value Get property cookies + 1
This should work! @Bananas123


  1. I linked a reply on the guide mb ↩︎

OHHH. then get an inventory item manager managing brown seeds and turn off item notifications!

oh it’s in the manager?

I’m gonna try it

Yep I think so!

I got it

1 Like

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