Jump to content

Recommended Posts

Posted

If you add or remove properties from a script, then you need to fill those properties on ALL forms that that script is assigned to. I have no idea if there are other forms using that script. The likelihood of there being other forms using it is probably nil as the script is most likely rather specific to the situation.

 

If you post the modified script (copy paste it inside a code box <blue brackets> then manually wrap it inside spoiler tags [.spoiler.] [./spoiler.] <== remove periods) someone might be able to see if there is anything wrong with the coding.

Posted (edited)

 

  Reveal hidden contents

 

 

Well, it's a very simple modification. I just added some spells.

Edited by Nissiku
Posted

Are you waiting the appropriate amount of time to ensure that you are in the correct stages?

Is it only your added spells/abilities that are not being added?

 

Have you tried manually adding the spells/abilities via console and testing them to ensure that they work?

 

I, personally, have no idea what might be the problem or how to resolve it. I'm simply trying to come up with questions that might have some bearing on the situation.

Posted
  Quote

 

Are you waiting the appropriate amount of time to ensure that you are in the correct stages?

Is it only your added spells/abilities that are not being added?

Have you tried manually adding the spells/abilities via console and testing them to ensure that they work?

 

Yes, I did it. And yes, it seems that other spells adding correctly.

  • 2 weeks later...
Posted

I was wondering if it's possible to make an item that you can carry around with you into a teleporter. Like a portable teleporter. Kind of like those black books in dragonborn. Only instead like a gem or something. I've been trying to do this for a while now, but I can only find teleportation spells. Any help would be much appreciated

Posted
  On 4/16/2014 at 4:48 AM, fruitierracer42 said:

I was wondering if it's possible to make an item that you can carry around with you into a teleporter. Like a portable teleporter. Kind of like those black books in dragonborn. Only instead like a gem or something. I've been trying to do this for a while now, but I can only find teleportation spells. Any help would be much appreciated

You need to have an object that you use MoveTo() to move the player to. I would recommend an Xmarker as they are invisible. You have your item that you are carrying. It either needs to be something that is equipped or set it up to be activated with a SKSE hot key. However you choose to do it, the script on the carried item would call the MoveTo() function and transport the player to the designated location. If you want to return to where the player transported from, have a second Xmarker tucked away somewhere that you first MoveTo() the player before moving the player the first time. You would use a bool variable and toggle between going and coming.

Posted

I'm very glad someone responded. I posted this to a different forum and haven't gotten a reply, so thank you IsharaMeradin. I think I understand. But could you go into more detail, step by step if possible, for how to do this?

Posted

Check out Haven Bag to see an example of using MoveTo() from one location to a fixed designated location and then back to the original location. It is where I learned how to do it.

Posted

This is probably gonna sound kind of stupid, but do I have to download that mod, or can I see what i need on its page? Because I have yet to be able to figure out how to use mods from the nexus inside the creation kit.

  • Recently Browsing   0 members

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