pepperman35 Posted May 5, 2020 Share Posted May 5, 2020 Would like to condition the following dialogue: "It's a little early to be drinking..." to not be spoken between the hours of 0600 and 1400. I assume one uses GetCurrentTime >= 0600 AND GetCurrentTime <= 1400 as the condition but how is time entered into the value section? Link to comment Share on other sites More sharing options...
dylbill Posted May 5, 2020 Share Posted May 5, 2020 I think what you need is the condition GetGlobalValue GameHour >= 6 and GetGlobalValue GameHour <= 14. Game hour is between 0 and 24 I believe. Link to comment Share on other sites More sharing options...
pepperman35 Posted May 6, 2020 Author Share Posted May 6, 2020 okay i can give that a try. thanks Link to comment Share on other sites More sharing options...
Recommended Posts