ItemPropertyLight
From NWN2Wiki
// Returns Item property light. You must specify the intesity constant of the // light(IP_CONST_LIGHTBRIGHTNESS_*) and the color constant of the light // (IP_CONST_LIGHTCOLOR_*). itemproperty ItemPropertyLight(int nBrightness, int nColor);
