;horizontal rainbow lines by Escaflowne
{ 130 PENOPACITY 
-16 start =
32 count =
{
startval =
{
offset_rgb =
81 offset_horizont =
startval offset_rgb + 24 % 51 * restval = 
{ 1023 restval - restval = } restval 511 > If
restval offset_horizont - value =
; normalisieren auf 0-255
{ 255 value = } value 255 > If
{ 0 value = } value 0 < If
{ value color_r = } offset_rgb 6 == If
{ value color_g = } offset_rgb 22 == If
{ value color_b= } offset_rgb 14 == If
} [ 6 22 14 ] ForEach
    startval linenum =
    color_r color_g color_b PENCOLOR PENBACK 32 PENSIZE
    start count linenum * ROOMWIDTH count linenum * LINE
} [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ] ForEach
"" CHATSTR = } CHATSTR"rainbowgradientesca" == If
;By Esca