| View previous topic :: View next topic |
| Author |
Message |
meme'd Master Cheater
Reputation: 0
Joined: 28 Oct 2008 Posts: 424
|
Posted: Thu May 03, 2012 9:11 am Post subject: |
|
|
| Slugsnack wrote: | | it appears they are already using enumerations for blood types and body types. idk wtf is going on in the for loop lol |
Is the last for loop even related to the poem? I think it's saying if he is dead make him alive and then begin UBW or something? I will make one myself. This one was pretty dope anyways, didn't even have the Microsoft indentation format.
Last edited by meme'd on Thu May 03, 2012 9:13 am; edited 1 time in total |
|
| Back to top |
|
 |
Phox I post too much
Reputation: 110
Joined: 11 Nov 2008 Posts: 2034
|
Posted: Thu May 03, 2012 9:12 am Post subject: |
|
|
| 12rayxD wrote: | | Slugsnack wrote: | | it appears they are already using enumerations for blood types and body types. idk wtf is going on in the for loop lol |
Is the last for loop even related to the poem? | Your avatar. I like it.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu May 03, 2012 9:18 am Post subject: |
|
|
| 12rayxD wrote: | | Slugsnack wrote: | | it appears they are already using enumerations for blood types and body types. idk wtf is going on in the for loop lol |
Is the last for loop even related to the poem? I think it's saying if he is dead make him alive and then begin UBW or something? I will make one myself. This one was pretty dope anyways, didn't even have the Microsoft indentation format. |
idk what poem it is saying. what the for loop does:
1) create a life object. this makes no sense since the reference is not held. i can only assume bad programming and that the constructor of the life class does some funky shit which is an intended side effect. regardless, that would be very bad
2) execute loop while life.state == dead. life.state must be a static variable inside life. so the for loop really only makes sense if a life object starts off dead...
3) for each loop iteration, execute life.live, a static method in life.
4) tyler sucks dalton's cock
as you can see, it doesn't make much sense other than step 4. also microsoft doesn't have an indentation format? at least i was not aware of one
|
|
| Back to top |
|
 |
meme'd Master Cheater
Reputation: 0
Joined: 28 Oct 2008 Posts: 424
|
Posted: Thu May 03, 2012 9:22 am Post subject: |
|
|
| Slugsnack wrote: | | 12rayxD wrote: | | Slugsnack wrote: | | it appears they are already using enumerations for blood types and body types. idk wtf is going on in the for loop lol |
Is the last for loop even related to the poem? I think it's saying if he is dead make him alive and then begin UBW or something? I will make one myself. This one was pretty dope anyways, didn't even have the Microsoft indentation format. |
idk what poem it is saying. what the for loop does:
1) create a life object. this makes no sense since the reference is not held. i can only assume bad programming and that the constructor of the life class does some funky shit which is an intended side effect. regardless, that would be very bad
2) execute loop while life.state == dead. life.state must be a static variable inside life. so the for loop really only makes sense if a life object starts off dead...
3) for each loop iteration, execute life.live, a static method in life.
4) tyler sucks dalton's cock
as you can see, it doesn't make much sense other than step 4. also microsoft doesn't have an indentation format? at least i was not aware of one |
I looked it up. Good thing I won't have to make myself look stupid again. ASNI style, even.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu May 03, 2012 9:38 am Post subject: |
|
|
| You mean Allman?
|
|
| Back to top |
|
 |
meme'd Master Cheater
Reputation: 0
Joined: 28 Oct 2008 Posts: 424
|
Posted: Thu May 03, 2012 9:45 am Post subject: |
|
|
Yeah, Allman. Also;
I = Sword.bone;
I.body = BodyType.Steel;
I.blood = BloodType.Fire;
for (int blades; blades <= 1000; blades++)
{
I.CreateBlade();
I.WithstandPain();
}
if (!knownToDeath)
if (!knownToLife)
if (!I.Hands.willEverHoldAnything)
I.Pray("Unlimited Blade Works");
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu May 03, 2012 9:47 am Post subject: |
|
|
| Is that a joke? It's horrible
|
|
| Back to top |
|
 |
meme'd Master Cheater
Reputation: 0
Joined: 28 Oct 2008 Posts: 424
|
Posted: Thu May 03, 2012 9:49 am Post subject: |
|
|
| lololol
|
|
| Back to top |
|
 |
|