Jump to content

[LE] Adding custom shouts to player automatically


Recommended Posts

Hello everyone,

 

For a long time I've wondered about how I can add 'stuff' to my character automatically the first time a save loads with a mod installed (for me that is always on a completely fresh game anyway, I've learned over the years not to change things midway through).

 

In my current case, I am making some custom shouts, just for fun. They are OP but they are for a dragon-humanoid 'queen' character and need to be OP, again, just for fun. But I would like to add the new words and unlock them as well, as soon as the game loads the mod for the first time.

 

I'm very bad when it comes to scripting. I have looked things up to no avail, so... can anyone please guide me?

 

Thanks in advance!

 

- DIaborMagics

Link to comment
Share on other sites

You can google 'skyrim/creation kit auto add item to player', for example. There's a template available here on Nexusmods with an included tutorial and everything. :3 That's where I started.

 

Basically you create a quest, then create a stage, then create an empty log(?) in that stage, then input your script in the field which will be something like "Game.GetPlayer().AddItem(Item1)", etc. I forgot which exact function to use for adding shouts. xD I did it before but decided to turn it into a spell instead. You should also look at 'UnlockWord' (iirc) in addition to 'AddShout' and 'TeachWord' which @azazellz mentioned.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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