ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
207 stars 24 forks source link

Warn/do not allow use of extended collection variables with auto-for #497

Open CactusPuppy opened 1 week ago

CactusPuppy commented 1 week ago

Code such as

Number i!;
for (i = -5; 5; 1) {
    ...
}

should do one of the following: