I’m making a game where the game board can change to one of four options based on which card was drawn. Is it possible to change the current map board without starting a new game?
You can change the map graphic but the zone, grid, etc. that you have for the original board would remain in place.
If that’s all you want to do, create an At-Start stack piece with the same dimensions as the board. Give it a layer trait and include the various map graphics you wish to use as layers with a transparent graphic as your first layer. Center the At-Start stack piece on map board. Then whenever you want to change the game board, just change to the graphic layer you want.
I dropped a quick “do not stack” property in order to prevent it from moving in addition to the steps you outlined. Thank you, worked like a charm!