Hi Arenas i was wondering if you could help me create a unique loading screen for each level in my game i have included what i think the code should like (its not actually in FPSC code cause i havint figured it out yet)
;AIScript from Wizard
;Header
desc = Loading Page Wizard
;Script
:state=0:music=audiobank\music\generic\incident.wav
If levelname="Firstlevel" Then
:state=0:backdrop=gamecore\backdrops\Basic\backgroundforlevel1.jpg
:state=0:hudreset,hudx=50,hudy=60,hudimage=languagebank\english\gamecore\backdrops\basic\Untitled-2.dds,hudmake=display
:state=0:hudreset,hudx=50,hudy=87,hudimage=languagebank\english\gamecore\backdrops\basic\loading.tga,hudmake=display
:state=0:hudreset,hudx=50,hudy=95,hudimage=gamecore\huds\loadingbarbox.tga,hudmake=display
:state=0:hudreset,hudx=50,hudy=95,hudimage=gamecore\huds\loadingbar.tga,hudhide=1,hudtype=1,hudmake=internal
:state=0:state=1
else
:state=0:backdrop=gamecore\backdrops\Basic\backgroundforlevel2.jpg
:state=0:hudreset,hudx=50,hudy=60,hudimage=languagebank\english\gamecore\backdrops\basic\Untitled-2.dds,hudmake=display
:state=0:hudreset,hudx=50,hudy=87,hudimage=languagebank\english\gamecore\backdrops\basic\loading.tga,hudmake=display
:state=0:hudreset,hudx=50,hudy=95,hudimage=gamecore\huds\loadingbarbox.tga,hudmake=display
:state=0:hudreset,hudx=50,hudy=95,hudimage=gamecore\huds\loadingbar.tga,hudhide=1,hudtype=1,hudmake=internal
:state=0:state=1
Any help would be extremely appreciated