View Single Post
Old 02-28-2004, 04:56 PM  
Repetitive Monkey
Confirmed User
 
Join Date: Feb 2004
Posts: 3,505
Quote:
Originally posted by Elli
if (opponent hahahaha naked&&opponent hahahaha female)
{
pillowfight;
}
else
{
undress;
}
I think you mean...

if($opponent = = "female"){
if($opponent = = "naked"){
pillowfight();
}else{
undress();
pillowfight();
}
}
Repetitive Monkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote