Which is what you have unlocked, right? What would 2095 be? Someone help me out here D:Spazzo said:only if (grade == 2095)
;)
More specifically it'sSpazzo said:only if (grade == 2095)
;)
if (!(netgame || multiplayer) && !modifiedgame && gamemap == 11 && ALL7EMERALDS(emeralds)
&& stplyr->mo && stplyr->mo->subsector && stplyr->mo->subsector->sector-sectors == 1361)
{
if (grade & 2048)
{
V_DrawCenteredString(BASEVIDWIDTH/2, 70, 0, "I, Pope Rededict XVI proclaim");
V_DrawCenteredString(BASEVIDWIDTH/2, 80, 0, "AJ & Amy");
V_DrawCenteredString(BASEVIDWIDTH/2, 90, 0, "Husband & Wife");
V_DrawCenteredString(BASEVIDWIDTH/2, 100, 0, "on this day");
V_DrawCenteredString(BASEVIDWIDTH/2, 110, 0, "May 16, 2009");
P_GivePlayerRings(stplyr, 9999, true);
}
else
{
V_DrawCenteredString(BASEVIDWIDTH/2, 60, 0, "Oh... it's you again...");
V_DrawCenteredString(BASEVIDWIDTH/2, 80, 0, "Look, I wanted to apologize for the way");
V_DrawCenteredString(BASEVIDWIDTH/2, 90, 0, "I've acted in the past.");
V_DrawCenteredString(BASEVIDWIDTH/2, 110, 0, "I've seen the error of my ways");
V_DrawCenteredString(BASEVIDWIDTH/2, 120, 0, "and turned over a new leaf.");
V_DrawCenteredString(BASEVIDWIDTH/2, 140, 0, "Instead of sending people to hell,");
V_DrawCenteredString(BASEVIDWIDTH/2, 150, 0, "I now send them to heaven!");
P_LinedefExecute(4200, stplyr->mo, stplyr->mo->subsector->sector);
P_LinedefExecute(4201, stplyr->mo, stplyr->mo->subsector->sector);
stplyr->mo->momx = stplyr->mo->momy = 0;
}
}
You have practically infinite Super Sonic time. Don't tell me that's not useless.Autosaver said:You guys are confusing me now. O_o
[spoiler:993532bad6]The rings are useless, it only gives you 2 lives.[/spoiler:993532bad6]
You forgot a power of two, for crying out loud, and used a completely unusual number. If anyone would sue you for that, it'd be me. =PSpazzo said:Yeah, yeah, I forgot the exact number. Sue me :P
Sadly, I can go up to 65536 without thought.MattW_CFI said:You forgot a power of two, for crying out loud, and used a completely unusual number. If anyone would sue you for that, it'd be me. =PSpazzo said:Yeah, yeah, I forgot the exact number. Sue me :P
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576... that's all right off the top of my head. =P
Kaysakado said:*Looooooong Code*
If you have grade 2048, NAGZ is in the secrets menu. :DJ-town said:Kaysakado said:*Looooooong Code*
Wait, does that mean if we have the correct grade, we CANT go to heaven? D:
That's just insane. I can only get up to 65536 off the top of my head, and these are numbers I use every day D:MattW_CFI said:1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576... that's all right off the top of my head. =P
srb2kirbyo said:Sorry to ask ,but what is NAGZ and how do you unlock it?
AGZ is:[spoiler:bd05c45839]Aearial Garden Zone[/spoiler:bd05c45839]srb2kirbyo said:Sorry to ask ,but what is NAGZ and how do you unlock it?
emblempride said:I'll give you a tiny hint: [spoiler:91a586bc40]Smash the pillars.[/spoiler:91a586bc40]