I need the NPC to unlock the door when they've done their thing.
So what I was hoping for was something like:
door1: is_locked = "true"
If (npc_has_done_their_thing){
:unlock (door1)
But I can't see that such an :unlock command exists. If it doesn't, then I can work around it using a condition on a block path barrier.