Ok I just got this to work!
instead of access_code=1, I used access = 1 and access == 1
This trick basically works for all the locked + "accessible" settings, all I do is [ctrl + F > search for "access = 0" or "access == 0" > Breakpoint BOTH the lines containing "access = 0" and "access == 0")
Thanks for the vid!!