#31
GetUnitTypeId(Kinara) == 'N002' and not (IsUnitType(Kill, UNIT_TYPE_STRUCTURE) == false) or (IsUnitType(Kill, UNIT_TYPE_ANCIENT) == false) should beGetUnitTypeId(Kinara) == 'N002' and not (IsUnitType(Kill, UNIT_TYPE_STRUCTURE) or IsUnitType(Kill, UNIT_TYPE_ANCIENT))Shouldn't these go into the conditions of the trigger???
And:
GetLocationX(GetUnitLoc(Kinara)), GetLocationY(GetUnitLoc(Kinara)) shold be GetUnitX(Kinara), GetUnitY(Kinara)[/jass]