
- Last Activity:
- Mar 20, 2025 at 4:29 PM
- Joined:
- Jun 24, 2005
- Posts:
- 2,174
- Contribution Points:
- 43
- Positive ratings received:
Post Ratings
Received: | Given: | |
---|---|---|
![]() |
231 | 1,557 |
![]() |
213 | 805 |
![]() |
30 | 597 |
![]() |
4 | 6 |
- Gender:
- male
- Birthday:
- Jul 10, 1992 (Age: 32)
- Home Page:
- http://retrooftheweek.net
- Location:
- Colorado, USA
Billy
RIP Oderus Urungus, Male, 32, from Colorado, USA
Member
- Billy was last seen:
- Mar 20, 2025 at 4:29 PM
- Loading...
- Loading...
-
About
- Gender:
- male
- Birthday:
- Jul 10, 1992 (Age: 32)
- 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 stuffInteract
Signature
Code (Text):- // Shamelessly stolen from Overlord, but you probably already knew that
- std::string causeOfSonicFranchiseSuckageAccordingToWhiners(const int year) const {
- if(year >= 2006) return "Iizuka";
- else if(year < 2006 && year >= 1999) return "Naka";
- else return "CNZ Barrel";
- }