Jump to content

[LE] Haven't modded since Morrowind. Is there a script that runs when a new game is started so I can add a simple console command to every new characte


Recommended Posts

I remember in morrowind there was a script that ran the moment you hit "new game" and that's what I tapped into to for my Alternate Start and Char Gen mods. I'm trying to find a script that like in Skyrim, just to run a simple console command when you start a new character, but I'm having trouble finding the info I need on the internet.

 

Any help would be fantastic!

Edited by Guest
Link to comment
Share on other sites

You can create a new quest record and set it to be start game enabled. You can then add your own custom script to that record. The OnInit() event will fire when the quest is started. Side effect of start game enabled quests tho causes that event to fire twice. So some functions / commands might need to be delayed by registering for a single update in the OnInit() event and then running them in the OnUpdate() event.

 

Keep in mind that not all console commands have a papyrus script equivalent and vice versa. Be sure to do your research before attempting to make changes to ensure that you are using the appropriate functions / commands.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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