I am now using the function in a quest script with no luck. Is there something different I need to do to use GetCurrentTime in a quest?
This is the code:
float fCTimeBegin Gamemodeset fCTime to GetCurrentTime if fCTime <= 6.0 && >= 20.0 startquest MyQuest1 endifend