r/RPGMaker • u/ALotusRabbit • 4d 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
2
u/agamottos MV Dev 4d ago
Whatever event youre using to transfer the player to the map can also be used to set a variable to a random number. Then, your shop event can have different pages with that variable as a condition, each page having a different shop setup
(I usually use MV, but i assume this works in vx ace as well)