Jump to content

Might need help with a script...


Launius

Recommended Posts

So I made this mod... In this mod I used a display case to teleport the player. Is there a script that I can run on it that will keep it from reading "Display Case to Blah Blah Blah"? I need it to read just like a normal display case. And thanks in advance for helping. Edited by Launius
Link to comment
Share on other sites

I've never done any scripting work. After about two hours of playing with it, I came up with this:

 

scriptName DisplayCaseTeleport002

 

Begin OnActivate player

.MoveToMarker DisplayCaseTeleport, -1462.2104, -352.7374, -111.8782

End

 

Still can't get it to work though. Anyone care to tell me whats wrong with it? Thanks.

Edited by Launius
Link to comment
Share on other sites

that should be

 

Player.movetomarker... etc.

 

Is the marker in the same cell as the display case? If so, you can use positioncell instead. movetomarker is looking for an editor id of the marker. (which had better be a persistent reference too......)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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