Jump to content

Home

Fade out


Mindtwistah

Recommended Posts

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

Archived

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

×
×
  • Create New...