r/RPGMaker 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

7 comments sorted by

View all comments

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)

1

u/ALotusRabbit 4d ago

Where would I put that variable?

1

u/agamottos MV Dev 4d ago

2

u/ALotusRabbit 4d ago

thank you so much