-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Is your feature request related to a problem? Please describe.
I have no idea why the respawn position is hard-coded into the class. Not being able to change a player's respawn position dynamically heavily restricts what the engine should be able to do. Most major MMOs have some mechanic that allows the player to bind their respawn to a city or home. The majority of games made in this engine would benefit from this feature. I'm aware that you're able to fake this functionality through common events by warping the player on respawn, but this seems like something that should be directly modifiable.
Describe the solution you'd like
Keep the class respawn as a default that's set when the character's first created. From there on out allow us to modify the player's respawn point through an Event Command.