#Break probelms
1 messages · Page 1 of 1 (latest)
<@&987246883653156906> please have a look, thanks.
ur outside of ur loop already
check ur }
or did u intend to "break" the method?
like ending the program in this case
that's done with return;
break is for ending loops, not methods
ah yes i had to put retunr thank u