////////////////////////////////////////////////////////////
// File:	ReminderHUD.cs
// Version:	1.0
// Release Date: 2003-8-12
// Author:	GreyHound
// Credits:	Runar, MentalTrouser,Andrew, Timalis, many others
// The timestamp Code itself is Copyrighted by Andrew.
// Info:	Popup Hud at specified time. Dont let ur noodle cook until there is no water anymore =)
/////////

installation: exec the file in ur autoexec.cs
setup: open the script fire and define your reminders.

Syntax: hour minute day/dayoption month year

Examples: 

//this reminds once at 18:58 at the 10th August 2003
18 58 10 08 2003
//this reminds every day
18 58 always
//this reminds on weekends
18 58 weekend
//this reminds on workdays
18 58 workday
//this reminds every saturday
18 58 saturday
//same for all other weekday ... (be sure you typ them lowercase)



