In my quest, NPC and player have an appointment to go to a cave next morning at 6 o'clock.
I want to make NPC stop his packages at 5, an then travel to meeting point.
Problems here?
- I don't know when player and NPC when it has become the hangout (every game will be different: maybe player meets my NPC at 3 AM, maybe at 4 AM or maybe at 8 PM)
- Package Schedule only let me say when package starts, and how many hours will be running. (Not a generic option to end the package).
- GetCurrentTime and IsTimePassing (Conditions) seems like don't help to much to solve this problem.
Any idea?