GaigeTheMechromancer Posted April 1, 2016 Share Posted April 1, 2016 This may sound like a dumb question, but I cannot figure it out. How do I make something craftable only at night? I looked at the Sun Weakness conditions and created something similar, but with nighttime values. That didn't work. Then I remembered CCO made Daedric Armor craftable only at night, so I used its conditions. Surprisingly, that also didn't work. I am completely stumped. I thought this would be as simple as any other condition I've previously made. What exactly do I have to do to make these conditions work? Do I need a script to go with them? Link to comment Share on other sites More sharing options...
blennus Posted April 3, 2016 Share Posted April 3, 2016 (edited) Use the following conditions: GetGlobalValue Gamehour less than 6 orGetGlobalValue Gamehour greater than 18 No script necessary. You can change the game hours if you don't want to be able to craft during twilight either. Those times are just roughly when the sun rises and sets in game. If you don't have any other conditions, than that alone should be enough. If you want to combine the above conditions with a tertiary condition remember that it evaluates the "OR" condition first, so you'll have to work around that. Here's a link showing how. Edited April 3, 2016 by blennus Link to comment Share on other sites More sharing options...
GaigeTheMechromancer Posted April 7, 2016 Author Share Posted April 7, 2016 I finally figured it out. There was a little box I didn't check. Everything is working perfectly now. Link to comment Share on other sites More sharing options...
Mangaclub Posted January 5, 2018 Share Posted January 5, 2018 what box?! having he same problem! Link to comment Share on other sites More sharing options...
Evangela Posted January 6, 2018 Share Posted January 6, 2018 (edited) what box?! having he same problem!Assuming the box he forgot to check is to make the condition use the OR logical operator, you need to check the OR box. Edited January 6, 2018 by Rasikko Link to comment Share on other sites More sharing options...
Recommended Posts