Jump to content

Save and Recall Cell Coordinates


Deleted4842935User

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...