Ok so i was trying to add more magazines to static turrets in vanilla arma with this code:
```
this addMagazineTurret [currentMagazine this, [0],100];
```
when you place this code on a static turret in eden Editor and player is on that turret nothing happends everything works, but
if you put this code on a static turret that AI is on you get this popout:
{F3118593}
the code is not executing, and its not adding extra magazine to turret.