HdVaderII Posted March 6, 2008 Share Posted March 6, 2008 umm i'm sorry if I'm being a little general, but how do you make the screen fade to black, and unfade (is that a word?) and then show your character again, it would be used in a dialouge. Help is always appreciated. Link to comment Share on other sites More sharing options...
jonathan7 Posted March 6, 2008 Share Posted March 6, 2008 I'm no scripter so can't be too much help, but have you had a look around here; http://www.lucasforums.com/forumdisplay.php?f=597 and tryed doing a search? 9 times out of 10 any question has already been asked. Hope thats of some help, I'm sure Stoffe will be soon along enough with the exact script Link to comment Share on other sites More sharing options...
Stream Posted March 6, 2008 Share Posted March 6, 2008 I'm not sure what the script is but In DLG editor there's a field that says fade type, I enter 4 into that field on all the nodes that I want to be blacked out. --Stream Link to comment Share on other sites More sharing options...
sekan Posted March 6, 2008 Share Posted March 6, 2008 This script 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.