how to you set a door to be Inaccessible

Post » Wed Sep 22, 2010 7:21 pm

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 ?
User avatar
Tiffany Holmes
 
Posts: 3351
Joined: Sun Sep 10, 2006 2:28 am

Post » Thu Sep 23, 2010 7:33 am

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 a script would be the best bet.


bigcrazewolf
User avatar
Philip Lyon
 
Posts: 3297
Joined: Tue Aug 14, 2007 6:08 am

Post » Thu Sep 23, 2010 4:14 am

Make it require a key or something?
User avatar
Jake Easom
 
Posts: 3424
Joined: Sun Jul 29, 2007 4:33 am

Post » Wed Sep 22, 2010 7:18 pm

Yup. Make it require a key, then at the right time, unlock it via... Unlock...
User avatar
BaNK.RoLL
 
Posts: 3451
Joined: Sun Nov 18, 2007 3:55 pm

Post » Wed Sep 22, 2010 10:59 pm

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.
User avatar
Cccurly
 
Posts: 3381
Joined: Mon Apr 09, 2007 8:18 pm


Return to Fallout: New Vegas