Mindtwistah Posted August 9, 2007 Share Posted August 9, 2007 How do I make the screen "Fade out" for two seconds in a dialog? EDIT: I have one. Sekan sent me. No need for responses ^^ Link to comment Share on other sites More sharing options...
sekan Posted August 9, 2007 Share Posted August 9, 2007 How do I make the screen "Fade out" for two seconds in a dialog? A script like this should work void main() { NoClicksFor(5.0); ActionPauseConversation(); SetGlobalFadeOut(1.5, 0.5); DelayCommand(2.0, SetGlobalFadeIn(2.5,0.5)); ActionResumeConversation(); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.