DSaddColors

By Heinzel Last update May 21, 2009 — Installed 10,465 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
thorsten971 User

if(quo <= 0.875)
{
color[y] = color50;
continue;
}

if(quo <= 1)
{
color[y] = color50;
continue;
}

Könntest Du das bitte noch abändern. Das war auch schon im letztem Script. Ist nicht alle Welt, aber beim ersten mal fand ich die Farben doch sehr verwirrend.

Am besten in:

if(quo <= 0.875)
{
color[y] = color875;
continue;
}

if(quo <= 1)
{
color[y] = color100;
continue;
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel