Hi,
I'm a little stuck on something that will most likely be ridiculously simple to surpass. I am using The Pixie's Clock library,
http://quest5.net/wiki/Clock_Library, and am having trouble with the boolean functions for time of day.
Example:
I'm trying to have a room display a different description for each time of day. So, I call function IsMorning (no parameters), IF expression = TRUE then print message. Elseif, call function IsDusk, IF expression = TRUE etc...
Note: I am new to Quest and am using the GUI mostly, but am not afraid of code and am trying to learn more as I go.So, what is occurring instead of the desired result is that all messages from all times of day are being printed which leads me to believe that I'm doing something wrong as far as passing the IsMorning boolean into the IF command.
This silly little hiccup is preventing any progress on my project, so any help is greatly appreciated!