Jump to content

General Chat Thread


Apple      Bloom

Recommended Posts

That doesn't actually answer anything, but ok.

 

After December 2014, I left the site until like a week ago. Just didn't feel like getting on because I had lost interest in the show and don't really consider myself a Brony at this point. But I decided to come back because there were people I liked talking to here.

 

As for me changing my profile, well I don't wanna rep Gangsta Dash if I'm not feeling it right now. Though Dash is most certainly still Gangsta in my book, make no mistake about that.

 

Murder just seemed like the best analogy to explain that but I guess my analogies suck sometimes.

  • Brohoof 1

RainblowHash.gif


#bringbackmerriwetherwillaims

Link to comment
Share on other sites

After December 2014, I left the site until like a week ago. Just didn't feel like getting on because I had lost interest in the show and don't really consider myself a Brony at this point. But I decided to come back because there were people I liked talking to here.

 

As for me changing my profile, well I don't wanna rep Gangsta Dash if I'm not feeling it right now. Though Dash is most certainly still Gangsta in my book, make no mistake about that.

 

Murder just seemed like the best analogy to explain that but I guess my analogies suck sometimes.

I don't even really watch the show much at all. I haven't even finished the last season yet. I do, however, still take on the name "brony" though.

 

Fair enough.

 

I got the analogy just fine, but I was just looking for a more serious answer, is all. pinkie_mustache_by_angelishi-d6wk2eh.gif


7Crdz3K.png

Link to comment
Share on other sites

*slams head down into counter* uggghhhh.... hey guys..... soooo damn boring here at work... I'm just looking up fnaf stuff for now...

 

You, too? The FNAF, not the work. Unless you're working as a security guard...


a0AgWVX.png

<>

Link to comment
Share on other sites

Are of they of the plushie kind or made out of the kind of plastic you don't wanna step on?

how about the full anamatronics? Who says they can't hang out normally once in a while?

post-3479-0-68552300-1361330583.png

The Troubled Fighter: Paradox The Creative Romantic: Skyline The Blind Psychic: Psych

Signature: CrystalRose & MatrixChicken

 

 

Link to comment
Share on other sites

not if you know how to program them right.

if (ganaramIsConcerned==1 && programmingIsMentioned==1)
cout << "Did you forget a semicolon again?" << endl;
else if (ganaramIsJealous==1 && plushiesIsMentioned==1)
cout << "STOP MAKING ME JEALOUS!!!" << endl;
else if (ganaramIsJealous==1 && plushieIsHardPlastic==1)
cout << "In which case, I'm gonna step on them." << endl;
else if (boozeIsMentioned==1)
{for (int i=99; i>0;i--)
cout << i << "bottles of beer on the wall," << endl
<< i << "bottles of beer," << endl
<< "take one down, pass it around" << endl
<< (i-1) << "bottles of beer on the wall" << endl << endl;}
else
{for (int i=0; i<10000000; i++)
cout << "Say geronimo" << endl;}

Maybe I should be using a structure instead.

Edited by Ganaram Inukshuk

a0AgWVX.png

<>

Link to comment
Share on other sites

 

if (ganaramIsConcerned==1 && programmingIsMentioned==1)
cout << "Did you forget a semicolon again?" << endl;
else if (ganaramIsJealous==1 && plushiesIsMentioned==1)
cout << "STOP MAKING ME JEALOUS!!!" << endl;
else if (ganaramIsJealous==1 && plushieIsHardPlastic==1)
cout << "In which case, I'm gonna step on them." << endl;
else if (boozeIsMentioned==1)
{for (int i=99; i>0;i--)
cout << i << "bottles of beer on the wall," << endl
<< i << "bottles of beer," << endl
<< "take one down, pass it around" << endl
<< (i-1) << "bottles of beer on the wall" << endl << endl;}
else
{for (int i=0; i<10000000; i++)
cout << "Say geronimo" << endl;}
Maybe I should be using a structure instead.
... u mm... wat?

post-3479-0-68552300-1361330583.png

The Troubled Fighter: Paradox The Creative Romantic: Skyline The Blind Psychic: Psych

Signature: CrystalRose & MatrixChicken

 

 

Link to comment
Share on other sites

... u mm... wat?

 

It's actual computer code. Now, depending on how old the animatronics are, I'm not sure if I could just throw in this code that's written in C++. I'd probably need something that's lower-level than that, probably.

 

Now if you'll excuse me, I wanna see if that FOR loop actually works.


a0AgWVX.png

<>

Link to comment
Share on other sites

It's actual computer code. Now, depending on how old the animatronics are, I'm not sure if I could just throw in this code that's written in C++. I'd probably need something that's lower-level than that, probably.

 

Now if you'll excuse me, I wanna see if that FOR loop actually works.

uh, k then... you have fun with that... I'll just be hanging in pirates cove.

post-3479-0-68552300-1361330583.png

The Troubled Fighter: Paradox The Creative Romantic: Skyline The Blind Psychic: Psych

Signature: CrystalRose & MatrixChicken

 

 

Link to comment
Share on other sites

cout << "Don't catch scurvy. I hear there's an outbreak over in New England." << endl;
 
medicalCheesiness = 1;
oh ha ha, fine then. I'll just go hang with toy chica and have some fun.

post-3479-0-68552300-1361330583.png

The Troubled Fighter: Paradox The Creative Romantic: Skyline The Blind Psychic: Psych

Signature: CrystalRose & MatrixChicken

 

 

Link to comment
Share on other sites

<span style="font-family:courier new,courier,monospace;">So I figured it out.</span><br /><br /><pre class="_prettyXprint _lang-auto _linenums:0">for (int i=99; i>0; i--)

{ if (i>2)

{ cout << i << " bottles of beer on the wall, "

<< i << " bottles of beer, "

<< "take one down, pass it around "

<< (i-1) << " bottles of beer on the wall." << endl << endl; }

else if (i==2)

{ cout << i << " bottles of beer on the wall, "

<< i << " bottles of beer, "

<< "take one down, pass it around "

<< (i-1) << " bottle of beer on the wall." << endl << endl; }

else if (i==1)

{ cout << i << " bottle of beer on the wall, "

<< i << " bottle of beer, "

<< "take one down, pass it around "

<< (i-1) << " bottles of beer on the wall." << endl << endl; } }</pre><br /><span style="font-family:courier new,courier,monospace;">Apparently, an alternate method is to use a WHILE loop, and to use "bottle(s)" instead of "bottle/bottles". Also, I also don't know how the song goes. RRrr</span>


a0AgWVX.png

<>

Link to comment
Share on other sites

This weekend has completely run me ragged and I actually can't wait for this to be over.

 

Double xp weekend is a real bitch and I may and or may not die from exhaustion from these consecutive all nighters, lack of proper sleep (only using naps for energy), and staring deeply into this computer screen. It may and or may not also be totally fucking worth in the end. \ o /


7Crdz3K.png

Link to comment
Share on other sites

It's actual computer code. Now, depending on how old the animatronics are, I'm not sure if I could just throw in this code that's written in C++. I'd probably need something that's lower-level than that, probably.

 

Now if you'll excuse me, I wanna see if that FOR loop actually works.

 

I did understand it mostly, I mean since I have done some coding like that I understand the IFs or the ELSEIF's and the ELSE, but it's not a language I am used to, but it has a similar layout to what I used.

 

But anyway, I'm tired. Just woke up, and still not on the medicine, so yeah. Might be in bed most of the day. >.< Snowed in though.


siggeh163.png

I'm a COLT/STALLION, not a filly/mare. Just because I have a round muzzle does not mean I'm female. Remember that. =3

Signature made by me, vectors in signature and avatar also made by me.

Link to comment
Share on other sites

How's it going everypony? I'm just sitting here watching top ten videos on fnaf. That and soaking my turtle.

I had a turtle once.

 

Well, I still do, but my grandmother is it's primary caretaker since like, some year ago, so it's basically her turtle now. x)

 

Turtles/tortoises are awesome.


7Crdz3K.png

Link to comment
Share on other sites

-falls over- Sooo tired, Being off the medicine is meh, all I wanna do is be in bed, and I really hate it. >.<


siggeh163.png

I'm a COLT/STALLION, not a filly/mare. Just because I have a round muzzle does not mean I'm female. Remember that. =3

Signature made by me, vectors in signature and avatar also made by me.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...