Rattlerx5150 Posted July 13, 2014 Share Posted July 13, 2014 can someone please give me a very simple script that I can put into a light source and it will turn on at 9pm and stay on til 6am, turn off and stay off til 9pm again , thanks to everyone in advance Link to comment Share on other sites More sharing options...
JJ2198 Posted July 13, 2014 Share Posted July 13, 2014 Something like this should do: scn LightControlScript Begin GameMode if GameHour >= 21 || GameHour < 6 Enable else disable endif end Link to comment Share on other sites More sharing options...
Rattlerx5150 Posted July 13, 2014 Author Share Posted July 13, 2014 that did the trick,, thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts