NPC Code: NPC Code: i=1; while (i>=0) { i++; } is the same as (does the same thing as): for (i=0;i>=0;i++) {}
NPC Code: i=1; while (i>=0) { i++; } is the same as (does the same thing as): for (i=0;i>=0;i++) {}
i=1; while (i>=0) { i++; } is the same as (does the same thing as): for (i=0;i>=0;i++) {}