Hello Hive!
I'm trying to import a vJass system that requires many libraries, and UnitIndexer is one of them. When I try to save, it says that there is a (function redeclared: GetUnitId), one that is in the AIDS library.
I can't really get rid of these, coz other spells require AIDS.
How do I fix this?
I'm trying to import a vJass system that requires many libraries, and UnitIndexer is one of them. When I try to save, it says that there is a (function redeclared: GetUnitId), one that is in the AIDS library.
JASS:
function GetUnitId takes unit u returns integer
I can't really get rid of these, coz other spells require AIDS.
How do I fix this?