Battledale_PRC8/_module/nss/swt_date_time.nss

21 lines
516 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: swt_date_time
//:: swt_date_time.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Lysandius
//:: Created On: 09-07-2002
//:://////////////////////////////////////////////
void main()
{
if(GetIsDay())
SpeakString("It is past hour " + IntToString(GetTimeHour()) + " of the day.");
else
SpeakString("It is night.");
}