Demongo Posted August 28, 2009 Posted August 28, 2009 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.
jamezy91 Posted August 29, 2009 Posted August 29, 2009 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.