- Joined
- Jun 27, 2010
- Messages
- 2,710
hello, I am trying to get in use a tutorial for hero AI, I use NewGen, and what I change in it is the IDs of spells. There is a line,for example
set LearnsetInfo[9]['Hsjs'] = 'A009:AHtb'
It displays an error that the sign ":" is not recognizied, which means the ID of the spell is not recognized. I have custom spells and all their IDs are with A00X:xxxx. Why vJass do not recognize the custom spell ID and what can I do about it?
set LearnsetInfo[9]['Hsjs'] = 'A009:AHtb'
It displays an error that the sign ":" is not recognizied, which means the ID of the spell is not recognized. I have custom spells and all their IDs are with A00X:xxxx. Why vJass do not recognize the custom spell ID and what can I do about it?