I have been making this game, and a part of it is the player can open a gate with a coin. I tried to create using game logic but it doesnt seem to work
These are the sensor and actuator setups for both objects. Invisible object is ment to be an area the player has to be in to open the gate by pressing E He can only do this when he has 1 coin. (adding the coin setup later) so now its supposed to open when the player is in the area and presses E, but it doesnt. All the actuators attached on their own do work (Like when it only has to press E or only has to be in that area) but attached together like in the screenshot it doesnt.
I have recreated an new test, now the key sensor and collision sensor are working together, but now i cant seem to get a third sensor to work, one that says the player has to have one coin.