Hello,
how do I make the blueprint so that when I change the level it doesn’t put me where I have player start, it puts me next to the door so I can open it myself, but it should be another similar level
Hello,
how do I make the blueprint so that when I change the level it doesn’t put me where I have player start, it puts me next to the door so I can open it myself, but it should be another similar level
You have a couple of options
Move the player start
Don’t use the game mode to spawn the player. Spawn the player yourself, then you can put it where you want.
Player Starts
have special tags:
Which the Game Mode
can look up:
The Game Mode
can also override this, and provide an explicit start:
Have a look at its override list.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.