Frictional Games Forum (read-only)

Full Version: Litting candle script "HELP"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know what the script is to enable a disable candle. Please help.
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).