Just pointing it out, but you don’t need to use AND conditions if it’s not inside an OR condition. As Victor pointed out in another thread, GDevelop automatically uses AND for conditions that are not inside an OR condition. Just having 2 things in the same condition gives it AND properties.
Maybe the auto “AND” and the manual “AND” together is causing issues?