Posts: 2,536
Location: Western Maryland
|
e-vange, welcome to WT -- it's great to see you on the boards as a new member.
Before logging into WT, always make a call to the function:
PHP Code:
function canLogin()
{
if( $wife.isSleeping() ) return true;
if( $wife.isWatchingMovie() ) return true;
if( $wife.inBadMood() ) return false;
if( $wife.lookingForTrouble() ) return false;
if( $wife.wantsAttention() ) return false;
if( $kids.anyCrying() ) return false;
// Default is true -- being optimistic. ;)
return true;
}
__________________
—Kyrnt
Last edited by Kyrnt; 06-03-2005 at 10:10 AM..
|