To test if this will do what you want:
View Quest Stage for MQ101
Click Stage-0
Select the first "log entry" in the list box top center
Change it so that it reads MQQuickStart==7 (you make changes in the box at the bottom of the form)
Select the last "log entry" in the list box top center
Change it so that it reads MQQuickStart==0 (it says ==4 right now)
In the script beneath the list box replace:
Game.GetPlayer().moveto(HelgenEndMarker)
with whichever marker you want
In the script comment out the IF BLOCK (all of the lines):
;pop message box to choose sides
;if TempChooseSidesMessage2.Show() == 0
;Alias_Hadvar.GetActorRef().SetOutfit(HadvarOutfit)
; setstage(6)
;else
; setstage(7)
;endif
Add a line right below those you just commented out:
setstage(900)
(you may also want to change some things above, like the clothes worn)
COMPILE
SAVE
Run Game
New Game
Have fun
