Array problems

Hi, I got an arry for a game i’m aking and i was wondering how I could trace it’s true false boolieans to be used in “if” statements?

I have this…

if (!weapons[“Fists”, true][1]) {
Weapon1.Square.filters = [gfG];
}

seems to work…but the other weapons dont seem to work

if (!weapons[“Pistol”, true][3]) {
Weapon2.Square.filters = [gfG];
}