melon

Real name: 甜瓜
Gender: male
From: Solar system
Wikidot.com user since: 1159304679|%e %b %Y, %H:%M %Z (%O ago)
Karma level: high karma level (what is this?)
if (you.sex() == human::female 
     && abs(you.age() - me.age()) < 4 
     && you.is_very_beautiful())
{
    you.feel_free_to_contact_with(me);
}
else if (you.is_friend_with(me))
{
    you.keep_contact_with(me);
}
else
{
    you.exit();
}
2007-2008 Copyright Wikidot Inc.