When it’s OK to kill someone
if ( $person->isAttacking( $self ) ) return true; if ( $self->location == 'WarZone' && $person->isEnemy() ) return true; if ( $self->location == 'MovieTheater' && $movie->isPlaying() && $movie->rating >= 3 && $movie->ticket->cost >= 10.00 && $person->isTalkingOnCellPhone() && $person->volume > 30dB return true;



January 23rd, 2008 at 9:54 am
Ha- I like this one!
February 14th, 2008 at 11:29 am
Parse error: syntax error, unexpected T_RETURN in “When it’s OK to kill someone ” on line 13
June 24th, 2008 at 7:14 pm
LMAO - both at inital post and hiroki’s response