04-14-2004, 01:41 AM
(This post was last modified: 04-14-2004, 01:43 AM by FenrisWulf.)
@YZilla:
if(!world.personExists(Stupid)) break;
? Otherwise, you'd break out of the loop after the first stupid person is added to the stack. :)
Quote:Front:Shouldn't the third line read:
while(true) {
stack.push(world.getPerson(Stupid));
if(world.personExists(Stupid)) break;
}
Back:
Error: Stack overflow.
if(!world.personExists(Stupid)) break;
? Otherwise, you'd break out of the loop after the first stupid person is added to the stack. :)
USEAST: Werewolf (94), Werebear (87), Hunter (85), Artimentalist (78), Meleementalist (76, ret.)
USEAST HCL: Huntermentalist (72), Werewolf (27)
Single Player HC: Werewolf (61, deceased), Werewolf (24)
USEAST HCL: Huntermentalist (72), Werewolf (27)
Single Player HC: Werewolf (61, deceased), Werewolf (24)