chucksteel Posted August 3, 2016 Share Posted August 3, 2016 OK guys I have a bit of a question, I'm working on a quest and when a stage is hit I want to have a fade to black apply then a message display, followed by a fade from black. I've done it and it sort of works but not the way I want. Here is basically what I have in my quest string. FadetoBlackandback.apply()MyMessage.Show() The problem is when the stage is hit the Fade to black does start but before it transitions my message shows and is gone even before the fade is all the way black. How I want it to work is. pick up the itemfade to blackShow messageFade from black. any help would be appreciated. Link to comment Share on other sites More sharing options...
LoneRaptor Posted August 21, 2016 Share Posted August 21, 2016 Don't know if you still need help with this but I would just figure out how long the fade to black takes and the add a wait for that time after your fade to black. Like this: FadeToBlackAndBack.Apply()Utility.Wait(x seconds)MyMessage.Show() Link to comment Share on other sites More sharing options...
chucksteel Posted August 21, 2016 Author Share Posted August 21, 2016 Thanks, I did try to add a timer on my when I was playing with this but well I sucked at scripting for FO3/NV and you can bet I suck more at it for FO4! :wallbash: I gave up but now I'll have to try again. :thumbsup: Link to comment Share on other sites More sharing options...
MasterMagnus Posted August 21, 2016 Share Posted August 21, 2016 Would making your message a MessageBox work? Message box opens and everything stops in game until they click OK (or whatever you want the button to say). Should probably halt the fade at whatever point it's at when called. Link to comment Share on other sites More sharing options...
chucksteel Posted August 21, 2016 Author Share Posted August 21, 2016 I'll try that too, when I did try it the first time the message would pop before the fade but I was doing the timer wrong so I'll play with this again. I just went with no fade but I did really want it because it would make it all a bit more funny I think. Link to comment Share on other sites More sharing options...
Recommended Posts