View Single Post
10-14-17, 10:35 AM   #13
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Well, of course you're getting syntax errors. You only corrected the iterator in one place. That's not what's giving you the error. You have to correct all the other iterators in your code. It fails while compiling, not while running. Hint: read the line number in your error.
__________________
  Reply With Quote