Allow player to select one of two starting locations?

Hey, two of us are working on a couple of city environments that are segregated from one another by a large dividing wall. Currently, the player will only spawn on one side of the wall and I was wondering if there was a way to set up a second spawn that would allow the player the choice which side of the wall they want to begin play on? And if so, how would we go about it?

Well how do you spawn your player?

Do you simply have a player start in your level? Or do you spawn it yourself?

If you want to use player starts… well in Blueprint itself you won’t have too much fun with this as the solution is do it yourself :confused:

Here is a forum thread where a couple of people already created a script doing this. I hope that’s enough for you to implement it! :slight_smile:

Cheers!