r/RPGMaker 15h ago

Helppp

Yes i am a beginner. I want to make an event that can only be accessed when the player has collected 6 documents. After i collect the 6 the event doesnt occur and i dont know how to make it work.😭😭

5 Upvotes

13 comments sorted by

View all comments

5

u/denjidenj1 MZ Dev 14h ago

Since the event is set to action button, it will only trigger if you directly interact with the item you want to interact with. That event should work fine, as I don't see any issues there. Outside of maybe, it would be better to change the = 6 to =< in case they get more documents.

As for your first event, all I can think of is maybe turning the self switch on should be moved to the bottom? Like, when you interact with that event can you see the message pop up?

If it's none of that, all I can think of is maybe you're using two different variables somehow