You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The for loop support requires the --enable-language-extensions flag to be passed when compiling. Language extension support is disabled by default, but that doesn't seem to have been updated in the readme yet.
The new code features are very welcome indeed. Thanks.
However I'm not getting this to compile:
...
For int x = 0 To aggroed.Length step 1
aggroed[i].StartCombat(self, true)
self.StartCombat(aggroed[i], false)
EndFor
...
Am I doing something wrong? It seems in order. I suggest clarifying with some examples.
The text was updated successfully, but these errors were encountered: