%isEarlyTwilight()

Aliases%isEarlyTwilight( )
Parameters-

    Returns 1 if the current day cycle is "early twilight"; otherwise 0 is
returned. Early twilight is defined as the hour the sun rises. It is
worth noting that vampires are safe during twilight, although they are
weakened during early twilight.

Example:

if( %isEarlyTwilight() )
{
yell The sun will soon be up, we will be safe once more!
}
endif