How do I make a well like in Farmchain?

I tried and used checker, but checker always accepts the button after checking it once, this needs to be solved.

(I am using a button)

make sure to use the search bar before making help topics

1 Like

But that’s not what I need

wdym. you asked for a well like in farmchain -_-

Place down a well prop

Add a vending machine that is now visible in game

Make the machine take a certain amount of energy to get a certain amount of water

1 Like

If you don’t have what you need when you get water from the well, then you can’t get the water. I solved this part, but after the checker checks once, it does not check the rest. That’s why, once you get the item you need, you can get water from the well even if you don’t have the item after.

js use what Jobozo said. why are you using a checker anyway…?

1 Like

Can i see your mechanism?

1 Like

Yeah just use a non-visible vending machine

1 Like

Because I want to use a button

1 Like

But it is not like that in farmchain. Anyway, I’m just looking for a solution?

1 Like

vending machines are just buttons that you can buy stuff from blud. this IS what they use in farmchain…

2 Likes
  1. Wire! Button pressed → run check
  2. In the checker, make it check if you have greater than (energy needed -1)
  3. Place an item granter with the water wanted to be granted
  4. Wire Again! Check passed → grant item

Hope this helps…

1 Like

1 Like

That should work?

Is the checker settings checking for exactly the energy amount or anything above?

This?

nope greater than required energy -1

1 Like

So in that case if you have one and only one key card, you can get water.
If you have more than one, you can’t


We want to make it so if you have one or more, you can get water.

Change the equal to to greater than

Change the value from 1 to 0

1 Like

Okay, what I forgot is that I lose one green keycard every time I draw water from the well. I forgot this, I’m sorry, the problem is me.

1 Like

Ha that’s fine! Hope you’re game goes well!

1 Like