Jump to content

Home

Fade scripts


Demongo

Recommended Posts

Can anyone give me a script that will do this:

Turn the screen black for about two secs, then continue the dialog.

 

Thanks in advance.

 

 

From what you've posted this should work

 

void main() {

//This will fade to black
SetGlobalFadeOut(0.5, 2.0);

//This will fade back in
SetGlobalFadeIn(2.5, 2.0);

}

 

This should fade to black for 2 seconds then fade back in.

Hope this helps :thmbup1:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...