no...im home now so i can get the name...
the script you tried to change was the loadgame script...that wont work...
its called titlepage.fpi (im retarded)
and it looks like this:
;AIScript from Wizard
;Header
desc = Title Page Wizard
;Script
:state=0:music=audiobank\music\generic\title.wav
:state=0:hudreset,hudx=50,hudy=10,hudimage=languagebank\english\gamecore\backdrops\basic\gamemenu.tga,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimage=languagebank\english\gamecore\backdrops\basic\newgame.tga,hudtype=1,hudmake=button
:state=0:hudreset,hudx=50,hudy=60,hudimage=languagebank\english\gamecore\backdrops\basic\exitgame.tga,hudtype=5,hudmake=button
:state=0:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\pointer.tga,hudmake=pointer
:state=0:state=2
:state=2:backdrop=gamecore\backdrops\Basic\background.jpg
:state=2,hudselectionmade=1:destroy
:state=2,hudselectionmade=2:loadgame,destroy
:state=2,hudselectionmade=5:quitgame,destroy
but you should replace it with this:
;AIScript from Wizard
;Header
desc = load game automatically
;Script
:state=0:loadgame
hope that helps...