3170728 Posted May 22, 2012 Share Posted May 22, 2012 So one last thing in my script I can't figure out. Ingame I have a Broom, which is parent to Rubbish laying around. When I select the broom, a menu does pop up which says, that I can clean the mess. The Screen Fades out to black, fading in again and leaves you with a clean and nice room. But IRL cleaning such a Mess would take about 2 hours. I want that Ingame after you select to clean the room, 2 Hours Pass by. Any hints what I could do ? Here is my scirpt, just in case : scn 0Clenaer int iButton Begin OnActivate ShowMessage 00Cleen End Begin GameMode set iButton to GetButtonPressed if iButton == -1 ; No button has been pressed yet Return elseif iButton == 0 ; Option 0Brooom.disableimod FadeToBlackISFXRewardXP 75SetObjectiveCompleted 01lonequest 12 1 elseif iButton == 1 ; Option 1RemoveMe endif End Link to comment Share on other sites More sharing options...
b3w4r3 Posted May 22, 2012 Share Posted May 22, 2012 SetPCSleepTime 2 should do the trick. Might have to play with a timer to get it to work acceptably with the fade to black. Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted May 23, 2012 Share Posted May 23, 2012 set gamehour to gamehour + 2 Link to comment Share on other sites More sharing options...
Recommended Posts