Jump to content

Noob modding help


Naphalem

Recommended Posts

I did a very brief search for this but didn't find anything. I want to know how I would make an object (like a little lamp) teleport the player to a different place in a different cell. I know it's probably pretty simple, but I'm a complete idiot when it comes to this stuff. Thanks in advance.
Link to comment
Share on other sites

This comes in two parts, the activater and the script.

 

The Activater:

In the construction set, look for the object you want under "Activaters" under "World Objects". If you don't find an activater you like there, you will have to create a new one using a mesh for the object you want. If you find an activater you like, create a copy of it in the object list.

 

The Script:

Create a script with these lines:

 

ScriptName [TheNameYouWantGivenToThisScriptInOneWord]

Begin OnActivate player

Player.MoveTo [ID of Object you want player moved to]

End

 

Save it as an object script and attach it to your activater.

 

I hope this helped you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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