//Name: NPC night conversation
//
//What It Does: Checks the time of day, if it is night will start a conversation
//
//Notes: I used this in text apears when on my merchants. They say "sorry my store is closed fo the night" Make a normal merchant conversation, put //something like "sorry I'm closed" at the top in conversation editor. place this script in the Text appears when slot
//
//Special thank goes to Opticus, because I edited his night spawn script to get this one.
//night conversation. used in text appears when
int StartingConditional()
{
//declarations
int HourOfDay;
//Assign the current hour of the day to our variable.
HourOfDay = GetTimeHour();
if(HourOfDay >= 6 && HourOfDay <= 17)
return FALSE;
return TRUE;
}



//I do not know of dust to dust, I live from breath to breath. I long to climb the mountian, to the Fountian of Lameth. Rush