don't click here
Billy
Last Activity:
Mar 18, 2024 at 10:30 PM
Joined:
Jun 24, 2005
Posts:
2,117
Contribution Points:
43
Positive ratings received:
392

Post Ratings

Received: Given:
Like 178 1,211
Agree 183 657
Informative 26 508
Useful 4 3
Gender:
male
Birthday:
Jul 10, 1992 (Age: 31)
Home Page:
Location:
Colorado, USA

Billy

RIP Oderus Urungus, Male, 31, from Colorado, USA

Member
Billy was last seen:
Mar 18, 2024 at 10:30 PM
    1. Billy
      Billy
      Blue skin doesn't have that problem, but it does burn the eyes.
    2. Jimmy Hedgehog
      Jimmy Hedgehog
      Hello there XD Wow black text in a black text box...awkward. INVISIBLE TYPING.
    3. Billy
      Billy
      foreveralone.jpg
  • Loading...
  • Loading...
  • About

    Gender:
    male
    Birthday:
    Jul 10, 1992 (Age: 31)
    Home Page:
    http://retrooftheweek.net
    Location:
    Colorado, USA
    user_field_current-project:
    Indie games
    National Flag:
    us
    user_field_wiki-edits:
    15
    Programming
    Video gaming
    Other nerdy stuff

    Signature

    Code (Text):
    1. // Shamelessly stolen from Overlord, but you probably already knew that
    2. std::string causeOfSonicFranchiseSuckageAccordingToWhiners(const int year) const {
    3.     if(year >= 2006) return "Iizuka";
    4.     else if(year < 2006 && year >= 1999) return "Naka";
    5.     else return "CNZ Barrel";
    6. }