LP08 Posted October 28, 2012 Share Posted October 28, 2012 Does anyone know if there is a way to make an object pop up the sleep/wait box and count down a certain number of hours OnActivate to simulate the time it takes to use the object? Link to comment Share on other sites More sharing options...
LittleBaron Posted October 28, 2012 Share Posted October 28, 2012 You can just use a custom message box that says "X hours have passed" [OK]. To advance time, you just need to set the Global Variable 'GameHours" ahead by X hours. I guess you might also need to set the GameDay ahead by 1 if you end up pushing GameDay over 24/0. Um, does that make sense? Link to comment Share on other sites More sharing options...
LP08 Posted October 28, 2012 Author Share Posted October 28, 2012 Yes, I think I will have to do something like that. It would have been elegant to show the wait menu with a countdown on a preset number of hours to simulate the work involved. Thanks for you help. Link to comment Share on other sites More sharing options...
Recommended Posts