I need help with a device weird thing that is going on in my map. I am making a fnaf-esque map where there is a character that functions like foxy. I want to be able to check, when foxy-like OC is that the door, if the door is open or closed, and if it is closed, foxy leaves and takes some power (I know how to make him take power since I already have every other aspect except him set up). Here is the hard part. I want the check to see if it is either open or closed, and if it is open, foxy enters your security area and ends your game. Please help meeee
1 Like
I genuinely need to make this map ASAP so I can publish it and play it with my friends for yt.
1 Like
you can use a boolean property and a checker i believe (maybe havent tested yet)
boolean property is false when door is closed and true when door is open
if checker finds that the boolean property is true then the game ends
2 Likes
it shouldn’t end the game just when the boolean is true, foxy must be able to enter when it is true then when he enters your office the game ends
but your idea is still good cheese
(welcome to the forums, pleasehelpme!)
4 Likes
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.