#IM help
Robert,
if your script contains the line:
'setblend 1 '||i||var1
and i=3 and var1=56, won't it be parsed as:
'setblend 1 356' ???
I would change the line to
'setbland 1 '||i||' '||var1
and see if it works.
Blaq!