Vixianyalia 0 Posted December 28, 2022 (edited) I am having a programming problem. I'm trying to code that an event(a door) says that you have to get a key item(a list) before you can go through it. To do so, you have to pick it up somewhere else and use it on the event. But for whatever reason when you can choose the item and you don't have it, it let's you go through it anyway. It acts like I already have the item. Idk what to do Edited December 29, 2022 by Vixianyalia Share this post Link to post Share on other sites
kyonides 3 Posted January 23 Well, basically what you did was 1 = 1 so it isn't even useful as a condition. If you are using a script condition or whatever it is called in MV, the equality symbol is ==. A single = is nothing but a simple value assignment. Share this post Link to post Share on other sites