falcont Posted August 3, 2011 Share Posted August 3, 2011 Hi me againIs there such a thing as lights that turn on and off on there own at set times like ON 7pm and OFF 7am Have looked through the CS butdidn't see any Thanks Link to comment Share on other sites More sharing options...
bencebence Posted August 4, 2011 Share Posted August 4, 2011 I don't know about anything like this, but I think you can script one. Here is how: (I hope it'll work.)Firstly you must create referenced light somewhere. Then you must create this script:scn YourScriptName float time Begin GameMode set time to gamehour if time >= 7 && time <= 19 YourLightRef.disable else YourLightRef.enable endif endSet it to quest script.After that make a quest, you can name it anything, and set this script as its script. Now your light should turn on and off at 7 am and pm. Link to comment Share on other sites More sharing options...
falcont Posted August 4, 2011 Author Share Posted August 4, 2011 I don't know about anything like this, but I think you can script one. Here is how: (I hope it'll work.)Firstly you must create referenced light somewhere. Then you must create this script:scn YourScriptName float time Begin GameMode set time to gamehour if time >= 7 && time <= 19 YourLightRef.disable else YourLightRef.enable endif endSet it to quest script.After that make a quest, you can name it anything, and set this script as its script. Now your light should turn on and off at 7 am and pm. Link to comment Share on other sites More sharing options...
falcont Posted August 4, 2011 Author Share Posted August 4, 2011 Thanks Bencebence Will give it a try, Never done scripting but will try anything onece Link to comment Share on other sites More sharing options...
templeofninpo Posted December 20, 2014 Share Posted December 20, 2014 How did it go? Link to comment Share on other sites More sharing options...
olha2 Posted December 20, 2014 Share Posted December 20, 2014 How did it go?1. you resurrected a topic from 20112. http://www.nexusmods.com/oblivion/mods/19628/? Link to comment Share on other sites More sharing options...
templeofninpo Posted December 20, 2014 Share Posted December 20, 2014 the person who started this topic made that mod? Link to comment Share on other sites More sharing options...
olha2 Posted December 20, 2014 Share Posted December 20, 2014 the person who started this topic made that mod?no, but it ill give you want you want Link to comment Share on other sites More sharing options...
templeofninpo Posted December 20, 2014 Share Posted December 20, 2014 It works. Now if I could make my custom torches go invisible when held by my souless chameleon-ring-wearing npcs, that would be something. Link to comment Share on other sites More sharing options...
Recommended Posts