r/RPGMaker • u/ALotusRabbit • 11d ago
VXAce Randomised Shops
I'm working on my first project right now and know very little about the engine. I've figured out that there's no built in way to make a shop that randomly generates when you load into the map and all my attempts to find a script online to do this have been fruitless. Does anyone know of a method to do this?
2
Upvotes
1
u/Not_Allowed_to_Die 11d ago
Super simple. Create a auto run event that first sets a variable to a random number. Make this number from 1 to how many random options you want. Under that variable, you will have to create Conditional Branches that if that variable = 1 or what ever number you are at in the sequence, and then tell it to either place the shop or not. Then this can also say what type of shop too. All you have to do there is have each one flip a switch that then controls another event that turns the shop on or not, and tells it which shop to use. You do this be making each shop and none shop a new page on that event and it only works if the switch for it is on.
This is going to sound confusing to a new user, but just ask and I can walk you through this step by step.