Litting candle script "HELP" - 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: Litting candle script "HELP" (/thread-12445.html) |
Litting candle script "HELP" - savior10946 - 01-08-2012 I don't know what the script is to enable a disable candle. Please help. RE: Litting candle script "HELP" - flamez3 - 01-08-2012 SetLampLit(string& asName, bool abLit, bool abEffects); string& asName = Name of candle bool abLit = True or false (true meaning candle is lit, false meaning candle is not active, bool abEffects meaning effects involved when it happens). |