All I can say is WTF is going on here 4=6? argh, what are you trying to do? I remember you posted something about how to add runways that had been found and I suggested pushing them to an array, but what exactly are you doing with them? My suggestion was to add runways that are selectable to an array so you can choose randomly between the selectable options, if it no longer becomes available for selection because it is full or something, you can delete it from the array. Can you explain exactly what you want to happen, maybe an array isn't the way but at the moment it is not clear at all about how your game works, the intention of the runway system and what occurs when they become unavailable.
thanks for reply i have figured it out now
to explain it in a bit more english i have 3 known runways available to me and i am at runway 1 this runway will give me passengers for runways 2 or/and 3 so i can now fligh to 123 picking up passengers and dropping them off
now say i find runway 7 i have now got to make sure runway 1 only give passengers to runway 2 3 7 and so on
now say i find 14 then 6 then 8 as you add runways it starts getting complicated how to sort the passenger and runways together BUT I HAVE FOUND A WAY
bit it takes a bit of code to do it so i was just trying to find an easy way