%isLateTwilight()

Aliases%isLateTwilight( )
Parameters-

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

Example:

if( %isLateTwilight() )
{
yell HURRY! HURRY! The vampires will be upon us soon!
}
endif