kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

unexpected = at line #2994

Open m3ph opened 3 years ago

m3ph commented 3 years ago

Hi there,

i got this issue with pickitlist. Everytime I run the game with kolbot this line pops up

unexpected = line in .....

I checked the script in lines it shows up. There was missing 1 = in the line. I put it there and it still continues to show up.

Any ideas how to fix it?? Its only 4lines of pickitlist but 1 is storm. Others doesnt matter.

Thx

chairrival commented 3 years ago

Maybe try using the find/replace function (Ctrl + F) and search for instances of single = signs, surrounded by spaces on each side and see if they are correct. It might also be possible that there is a spot where there are NO ='s and they are expected... like

[name] boots

should be

[name] == boots