Need help with custom game

So I been playing this game mode called bastion maze and I wanted to add a new map. here’s the thing I don’t know how to use the workshop, I know how to move the bastions xyz but i don’t know how to add a new map I have try copy and pasting then changing the xyz, nope. so if anyone that is smarter then me can help i’ll be really grateful

P.s map i want to add is paris
P.P.s you’re supposed to start as sombra, but you start as tracer

code is 3NXQH

The condition to detect if the map is Paris:
If global variable A = 20

A good thing to do is to append the positions of the bastions to an array, with the positions depending on what map is being played

Then when the game starts, you simply teleport the bastions to the positions in that array.

If you want two maps, you can have a condition if global variable A != 20, this detects if the map being played is not parks.

thanks that really helped to someone like me, i can play games not code them