I need help with a script. Here's what I need it to do.
1. It needs to run on a specific quest attached to my custom follower. I've added it in the script tab in the quest. Do I need to do anything else?
2. It needs to run once a day every day. Not sure how to do this?
3. Does it have to fire on an event? Can't it just always run?
Something like:
If (GameDaysPassed.GetValue() == 1) ; clear the comment counter aaViconiaBanditComment.SetValue(0)EndIf
I'm REALLY bad with Skyrim scripting so please forgive me. Any help appreciated. I don't want to have to add this logic to every stage because I have 82 of them!