[SCRIPT] Enable/Disable Light types - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [SCRIPT] Enable/Disable Light types (/thread-29759.html) |
Enable/Disable Light types - Plazmater - 03-18-2015 Is it possible to enable/disable light types like spotlight or pointlight whenever i want to through the script ? RE: Enable/Disable Light types - Mudbill - 03-19-2015 Use SetLightActive or FadeLightTo to change the properties. RE: Enable/Disable Light types - FlawlessHappiness - 03-19-2015 Yup. Remember to look it up. https://wiki.frictionalgames.com/doku.php?id=hpl2/amnesia/script_functions |