Switch to edit mode.
Name(s): is_unlocked_for1: for x in ({"TV", "radio", "VCR", "television", "t.v", "v.c.r"})
2: if (index(args[1]:title(1), x))
3: return 0
4: endif
5: endfor
6: return args[1]:isa(#3100) ? 0 | pass(@args)
7: return 1