I can't seem to get the GetDate function to work.
I need it so that when quest N is received, a countdown starts until day M (in my case, day 10), and when the 10th day arrives since the quest was received, a certain action is performed. But it's also necessary that if the hero completes the quest within those 10 days, the trigger resets, and the function loses its meaning. I wrote a complicated function with a bunch of if statements, but it refuses to work. The console doesn't output anything :( .