TheMedievalsKnights Posted May 5, 2020 Share Posted May 5, 2020 (edited) I have the following script that grabs an RGB array from a quest script and then pass it to a light to change its color. For some reason, the light does not appear ingame (even though it has a bright red default color) but it does show if I open the console or the inventory.I did use update3D but to no avail. Script : SCN LightScriptref mySelfarray_var colorBegin GameMode let Color := aLighting.Color set mySelf to getself mySelf.SetLightRGB Color mySelf.update3DEnd Screenshot of light with console opened : https://ibb.co/3kfNXpy Screenshot with the console closed : https://ibb.co/n3M7XzC Edited May 5, 2020 by TheMedievalsKnights Link to comment Share on other sites More sharing options...
Recommended Posts