I'm just wondering how I go about checking the time is correct before running my scene?
I want the script to check if the player is entering the location at 2am and if they are, to run a scene. I figured I could do this by adding an SM Event Node Change Location Event and add conditions like GetQuestRunning, GetEventData & GetStageDone to make sure its the right quest and the right place etc.
But how do I make sure the time is correct? Is there a condition for that or do I need to script it seperately? If so how could I go about it?
Ideally the player will enter the mausoleum at between 2 am and 3 am and the script will check all the conditions and time are correct then advance to the next stage which will enable the placed actors in the cell (that are not there at any other time). The player will then be force greeted and the quest diologue trees open up ..
New to this so please try and give me enough info to google/self educate. Many thanks!