Deleted10775268User Posted June 7, 2020 Share Posted June 7, 2020 (edited) 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 June 7, 2020 by Guest Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 7, 2020 Share Posted June 7, 2020 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 More sharing options...
Recommended Posts