Jump to content

Tutorials WITHOUT "youtoob"


Allannaa

Recommended Posts

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.

Link to comment
Share on other sites

 

  Reveal hidden contents

 

 

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

Edited by Nissiku
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  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.

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

  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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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