If my PCs are trapped in a locked prison cell, is there any way I can make an NPC walk into that prison cell by opening the locked door and walking through it?
- I tried giving the NPC the key for the door.
- I tried scripting ItemUnLock(ITEM_Cell1); before the NPC walks in
- I tried putting ItemOpen(ITEM_Cell1); if the NPC enters a trigger that is outside the door.
All these attempts resulted in the NPC simply teleporting into the prison cell. The NPC only walks into the cell if I keep the prison door unlocked.