my computer is taking to long to upload, so if you make a simple game, just copy this script
over your titlescript.fpi, and make a videobank folder with the storyvideo (FPSC Stock)in it. Then it should work
;AIScript from Wizard
;Header
desc = Title Page Wizard
;Script
:state=0:video=videobank\storyvideo.avi,state=1
:state=1:music=audiobank\music\generic\title.wav
:state=1:hudreset,hudx=50,hudy=10,hudimage=languagebank\english\gamecore\backdrops\basic\gamemenu.dds,hudmake=display
:state=1:hudreset,hudx=50,hudy=45,hudimage=languagebank\english\gamecore\backdrops\basic\newgame.dds,hudtype=1,hudmake=button
:state=1:hudreset,hudx=50,hudy=55,hudimage=languagebank\english\gamecore\backdrops\basic\loadgame.dds,hudtype=2,hudmake=button
:state=1:hudreset,hudx=50,hudy=65,hudimage=languagebank\english\gamecore\backdrops\basic\exitgame.dds,hudtype=5,hudmake=button
:state=1:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\pointer.dds,hudmake=pointer
:state=1:state=3
:state=3:backdrop=gamecore\backdrops\basic\gamemenu_background.jpg
:state=3,hudselectionmade=1:destroy
:state=3,hudselectionmade=5:quitgame,destroy
:state=3,hudselectionmade=2:loadgame
if you don't have the save/load feature, just delete the line with loadgame.dds in, hope this helps
so what's the job?