I'm working on a quest that require the PC to stay in a cell. I want to set the exit door to be Inaccessible until the quest is done. How can i do that ?
I'm working on a quest that require the PC to stay in a cell. I want to set the exit door to be Inaccessible until the quest is done. How can i do that ?
I'm working on a quest that require the PC to stay in a cell. I want to set the exit door to be Inaccessible until the quest is done. How can i do that ?
I would say take a look at the scripted quest for the Helios1Tower and go towards the end where the player activates the Solar Panel Array. Know that you have to wait for it to activate before the door becomes accessible again. Instead of it being timed based you could make it trigger based where it requires the player to have completed a quest *Psuedo example being GarbageQuest=1, UnlockDoor*. If that doesn't work as said you could make the door require a key and have the key be issued at the end of the quest which unlocks the door. The 2nd solution would probably be the easiest to implement in the long run of things.