Closed CollinHerber closed 1 month ago
Do we have a waypoint system in the game yet? If not, this'll just be for the Ravencrest statue. To make other systems account for this, all that needs to be done is:
player.GetModPlayer<PersistentReturningPlayer>().ReturnPosition = player.Center;
before moving to the new area.
Do we have a waypoint system in the game yet? If not, this'll just be for the Ravencrest statue. To make other systems account for this, all that needs to be done is:
player.GetModPlayer<PersistentReturningPlayer>().ReturnPosition = player.Center;
before moving to the new area.
Last I heard Naka was picking this back up but believe it's almost complete
Alright, I'll PR now and we can add this in when needed. It's super simple anyway.
Summary
When leaving Ravencrest for example IF you used the statue to travel there then you go back to the Raven statue For waypoint travel however it should return you to where you used the waypoint.
Reasonings
More thematic and less jarring