hey I am new to modding. I have seen a few tutorials on how to replace the intro Bethesda log sequence with your own bik file. I am trying to find out if, within the Skyrim.ini file I can set it so that it picks a random bik file from a list as the intro sequence. I tried something along these lines: [General] sLanguage=ENGLISH sIntroMovie= sMainMenuMovieIntro= import random intro=["intro_1.bik","intro_2.bik","intro_3.bik"] sIntroSequence=(random.choice(intro)) But it didn't work. please let me know if there is a way and how I could go about accomplishing this