Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Beladona
Forum: Lua/XML Help 06-18-05, 10:47 AM
Replies: 6
Views: 7,095
Posted By Beladona
try forcing red to never reach a full color value...

try forcing red to never reach a full color value of 1. This will make it so that when green is at half, red will be less than half. Your ugly color is occuring because green and red are both...
Forum: Lua/XML Help 06-17-05, 07:34 PM
Replies: 6
Views: 7,095
Posted By Beladona
After looking further into your script, I see the...

After looking further into your script, I see the following:

function SathPanel_ColorG(min, max)
local colorg = min / max;
return colorg;
end

function SathPanel_ColorR(min, max)
local...
Forum: Lua/XML Help 06-17-05, 10:51 AM
Replies: 6
Views: 7,095
Posted By Beladona
you can also add chat message calls to relevant...

you can also add chat message calls to relevant portions of code that you think might be causing a problem. Use it as debug code, and comment it out when you are done with it. As an example, I stuck...
Showing results 1 to 3 of 3