I created a level and I need to create a spell, that would transport me to this location, and then back. Got any ideas? Thanks


ObjectReference save_location = player.PlaceAtMe(ActivatorProperty)save_location.MoveTo(akCaster)
akCaster.MoveTo(save_location)
save_location.Disable()save_location.Delete()