DarkATi
Sep 21 2004, 04:52 AM
Any way to have texlights that start off and can be switched on via a trigger?
~ DarkATi
Sorcerer
Sep 21 2004, 06:57 AM
not sure if it is a question about switchable texlights in general or just about the start off.. anyway..
make a func_wall (or what other entity you want to use for the light source) put the texlight on it, give it a name and set "Texlight style" to "grouped". Create simple light entity and give it the same name and also select "grouped" there. Set the light entity to whatever brightness and color you need it. And this combo is what you need to make switchable texlights.
To let them start off at each round start, simply use a trigger_random which triggers the the name of the switchable texlight, so it goes off.