Hi, I want to make an NPC do a script event at a specific time of day, but I don't know how to get the time and store it as a variable, or use it in a conditional. I tried using the GameHour global variable in Properties, but if storing it as a variable, the compiler tells me that there is no alternative input, and it also doesn't let me use the property in the conditional to compare it to an integer, either.
How do I get the time of day properly?