Deleted4842935User Posted April 1, 2021 Share Posted April 1, 2021 Looking for something that can save the player's current position and apply it again on command. Simply press a button and it saves the player's current position (player.getpos x, player.getpos y, player.getpos z, and player.getangle z) Press another button and it runs the position commands using the saved coordinates on the player or selected reference (setpos x, setpos y, setpos z, and setangle z) Know of anything like this? Link to comment Share on other sites More sharing options...
kodaxmax Posted April 4, 2021 Share Posted April 4, 2021 Look for "mark and recall" spell mods. some of the big spell packs like phendrix have it i think. Otherwise you write a script that moves an invisible marker to the save position and then another function that moves the player to the marker. my player home mod includes the source script if you wanna have a look. Link to comment Share on other sites More sharing options...
Recommended Posts