duastar Posted June 15, 2010 Share Posted June 15, 2010 Is there a command that will turn on/off the pipboy light? Or even disable it?Thanks a bunch in advance,I love you all! Link to comment Share on other sites More sharing options...
Eiries Posted June 15, 2010 Share Posted June 15, 2010 Hold down the button you use to bring up the pipboy menu. Let there be light! Link to comment Share on other sites More sharing options...
duastar Posted June 15, 2010 Author Share Posted June 15, 2010 I mean in script, thanks though. Link to comment Share on other sites More sharing options...
BadPenney Posted June 15, 2010 Share Posted June 15, 2010 If you mean that you want to be able to keep the player in the dark by script then: if ( player.hasmagiceffect PipLight ) player.removespell PipBoyLight endif Link to comment Share on other sites More sharing options...
duastar Posted June 15, 2010 Author Share Posted June 15, 2010 You are awesome, thanks!Looking through all the script commands in this can make your head spin. Link to comment Share on other sites More sharing options...
selenium4 Posted February 5, 2014 Share Posted February 5, 2014 For people how find this thread. In the geack go to Object Effect's then ether right a new effect or edit a exsisting effect. but you will need to right a new condition for the effect, so when in codition's (after clicking on new or a effect name) under function names find IsSpellTarget, then in function info find PipBoyLight and put comparesone to > . then values to 0.00 . this is how I got my pipboy to turn my nightvision on and off. this should be put with a HasMagicEffect function name to work . p.s.there is a 1-4 second delay but it works fine. any Q please ask. Link to comment Share on other sites More sharing options...
Recommended Posts