A bit of list help

Here’s the script that I need help with :

Let’s say “amount” is as long as the length of the “split input by line”

If input is 1-3 line long. It will add 1-3 items to the list. But if the input is 4+ items long. It will just divide the list into 3rds.

Example: input is 5 lines long. It will give a list of 3. And the booleans.

Is there a way to fix this? Or do I need to explain this differently.

i’m having trouble understanding, i think it would help if you explained why

Well the “why” is much more complex. As I’m making a parser for a language I made “PACE” and a condition is not functioning properly.

I’m not sure if this will fix the issue, but in your script, you do not need to add the change [i V] by (1) block because the for (i) = () to () { } will automatically change the value of (i :: variables), meaning you could just do A bit of list help