I have a door which starts closed, but not locked at the beginning of the quest - opening the door triggers a scene which progresses the quest further. At some point I need to have this door locked - I can do that with MyDoor.Lock() and MyDoor.SetLockLevel(50). I need to be able to get this door both lockpicked and unlocked with a key, but how do I assign the correct key?