Hi. I recently began working with RPG Maker and found your plugin very useful. However, I have some questions:
Is there a way to change a Color from the Colors: Defined list using a script inside an event?
For example, I have a "Lamp1" color, which is (for example) #efe4af by default, but I want to make it #fc3f1a at some point, so that all lights that use "Lamp1" color would change their colors.
Additionally, I would like to know if it's possible to input multiple light IDs in the Set Light Parameters Plugin Command. (That would kinda be a fine alternative to my first problem, although it would be nice to have both options.)
Is there a script to change the light's image?
Or maybe a way to change the light type using a conditional branch?
For example, during the day event uses "smoldering_lamp" and at night, "lit_lamp".