as you can see the code below:
i[]@values = findattribval(0,"point","random_number",3);
for(int i = 0 ; i < len(@values) ; i++)
{
if(@ptnum == @values[i])
{
@pscale = ch('specific_pscale');
}
else
{
if(@ptnum != @values[i])
@pscale = ch('rest');
}
}
the second if inside the else doesn't work properly.
Specific_pscale.hip