Thread: Some Help.
View Single Post
  #4  
Old 02-28-2003, 10:50 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
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....
__________________
[signature]insert here[/signature]
Reply With Quote