
Little Wing //Kinda describes our decision to move to this entirely different country, I think. I do sing Jimiās tunes⦠only when Iām alone, thoā¦
|| Full Name ||
var charName : string = āRobin Francoisā;
|| Age ||
var age : int = 20; //Funny how when I moved out, I was of legal drinking age. When I get here, Iām a minor again. Hopefully one of the others could make a run. I do like doing the programming drinking game.
|| Gender ||
var gender : string = āMaleā;
|| Birthdate ||
var birthDate : float = 4.15; //April 15
|| Romantic Interest ||
var activeRelationship : bool = false; //Work to do, life to build. Would be nice to share that with someone, but priorities, dude.
|| Role ||
//Not sure what the difference is between three undefined males. Maybe Iām 2, or 3? Maybe 1? I dunno.
|| Hair Color ||
var hairColor : new renderer.material.color(Color.brown);
|| Eye Color ||
var eyeColor : new renderer.material.color(Color.green); //Wait⦠thereās no ārendererā class attached to this text file, let alone material or color⦠Ah whatever. Iāll write that later.
|| Skin Tone ||
//Need to look up hexadecimal for āCaucasianā later. Either that, or just use a string again- but thatās just making a placeholder for actual code later⦠As opposed to this comment⦠damnit.
|| Height ||
var height : new float (182.88); //In centimeters. Thank you unit conversion software.
|| Physical Description || Ā
//Though I do work out, I just donāt have that bulk that girls seem to love. Note to self: Dedicate more time to push-ups during compiling. PS. Get more attire than the black tee and black formal shirt and the jeans I often wear. Maybe a hoodie, or something more colorful. Girls like color, Iām pretty sure.
|| Personality ||
//Iāll admit, Iāve got an ego. Wouldnāt know it because Iām so goddamn shy. Itās kinda hard when youāre building a universe and suddenly youāre back in reality where you canāt build a universe. I'm pretty sure this is evidence of self-consciousness.
|| array myLikes ||
[0] = āCoffeeā;
[1] = āBagelsā;
[2] = āRock and rollā; //Yeah man.
[3] = āEDMā; //Electronic Dance Music.
[4] = āThe idea that Iām basically playing God with a computerā;
|| //also Dislikes ||
[5] = "Compiling"; //So much wait time
[6] = "Debugging"; //Only when it takes forever
[7] = "Finding out the errors were from simple syntax errors"; //Seriously, that sucks.
[8] = "Twine"; //Glorified text-based adventures. You could make those in anything. ANYTHING! Even Flash- heck, it was easier to do that in Flash and actionscript, I swear!
[9] = "The long, arduous process of rewriting code into a more efficient form"; //Love the results, but like debugging, it takes time...
|| Fears ||
//Power surges. Losing progress in general⦠Losing friendsā¦
|| Biography ||
/**Never been bullied, even through high school.
*Mightāve contributed to my ego and the idea that Iām basically invincible.
*Not to mention the whole āgodā complex that comes with what Iām learning to doā¦
*Matter of fact, I have displayed bully-like tendencies. I regret them greatly.
*I would do well to remember that when interacting with people. I mean, I do that well enough through text and all.
*My school life wasnāt much to write home about. I was a quiet kid who did pretty well in school.
*While I never had any bullies, I did think myself superior to everyone else.
*I mean, they did ask me questions about absurdly simple concepts. Goodness, they were pretty stupi
*⦠No⦠not cool. Leave that there to remind myself not to say things like thatā¦
*My mother and father were born in Italy and France respectively.
*When they were kids, they moved to the United States, where they met each other and hit it off.
*I think that would explain my features.
*Parents were very supportive. I canāt owe them enough. They were behind me even in our decision to move to Japan.
*Hopefully Iāll learn to create worlds that millions would enjoy.
*Maybe those millions would include the other schoolmates who won't talk to me anymore.
*⦠I should use a different .txt to write these thoughts down instead of the code file Iām using right nowā¦
*/
}