Author Topic: for loops won't work  (Read 466 times)

in the console, i'm trying for(%i = 0; %i > 5; %i++){talk(%i);} and it won't work, if i put anything in the {}, it won't function for some reason
never mind... changing > to < fixed it...