pleny10 Posted January 28, 2010 Share Posted January 28, 2010 I'm searching for a scripter that could make doors open with a terminal and for other random stuff (I'm creating a mod).Sorry for bad English Link to comment Share on other sites More sharing options...
gsmanners Posted January 29, 2010 Share Posted January 29, 2010 Here's a script for dealing with doors: http://geck.bethsoft.com/index.php/Useful_...utoclosing_door Let us know if you need something more specific. Link to comment Share on other sites More sharing options...
pleny10 Posted January 29, 2010 Author Share Posted January 29, 2010 I need that if you press a button then a door would be unlocked Link to comment Share on other sites More sharing options...
SATMA Posted January 29, 2010 Share Posted January 29, 2010 For these kind of things, it's best to look at pre-existing examples and mentally disassemble them to get at how they work. Load up the GECK, and look for the door to the Broken Bow of Rivet City; specifically, poke around inside the interior cell. If you're having a hard time finding it, search for Pinkerton, find where he is used, and go through there. That area should have a lock-switch combination you can use. While this perhaps takes longer than having someone bang out a script to use, you learn a lot more; it's the difference between being given a fish and learning how to fish. :) Link to comment Share on other sites More sharing options...
pleny10 Posted January 29, 2010 Author Share Posted January 29, 2010 :thanks: Link to comment Share on other sites More sharing options...
pleny10 Posted January 29, 2010 Author Share Posted January 29, 2010 nope there is no script Link to comment Share on other sites More sharing options...
gsmanners Posted January 29, 2010 Share Posted January 29, 2010 A "button" would be an activator (I assume), and therefore it should be some custom activator that you create with a script that includes: SCN ButtonThingyScript begin OnActivate if IsActionRef player ThingyDoorRef.SetOpenState 1 ; open the door endif end Link to comment Share on other sites More sharing options...
pleny10 Posted January 29, 2010 Author Share Posted January 29, 2010 It would be better that someone would have skype and help me with scripting.Please help me i have the ideas but i don't have skill. Link to comment Share on other sites More sharing options...
Recommended Posts