Hi all, this should be an easy one but I just can seem to figure it out. When my plane drops a bomb I want the 'bombs dropped' counter to increase by 1, I've created a 'bombs dropped' game number attribute (default 0) so When Bomb is Created > Set Bombs Dropped to Bombs Dropped +1, and on the HUD I've got a Draw Bombs Dropped command.. This isn't working at the moment and I've tried many variations, sometimes it stays at 1, sometimes it increase 1, 3, 6, 10 etc, I just want it to increase 1,2 ,3, 4,5 etc. Any ideas? many thanks