Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Recommended Posts

Just wondering whether it is possible to fade out a dialog. Many thanks

Share this post


Link to post
Share on other sites
allControls _display apply {
	_x ctrlSetFade 1;
	_x ctrlCommit 1;
};
uiSleep 1;
_display closeDisplay 1;

should probably work

Share this post


Link to post
Share on other sites

×