Quote:
Originally posted by Python523
NPC Code:
for(i=0;i<100;i++){
if(i/2 == int(i/2)) continue;
b++;
}
message #v(b);
should make the text say 50 or 51, not sure which, too lazy to test
|
You should really test that. I can even tell, without even running it, that it the message would only be 0.
if (0/2 == int(0/2)) << True
Jagen, Jagen, Jagen....