Thank you, Mr. Bruce.
--- In [email protected], "brucexs" <bruc...@...> wrote:
>
>
>
> --- In [email protected], "brother.gabriel" <brgabriel@> wrote:
> >
> > Hello, y'all! I have made a mute button on a pp toolbar, but I want it to
> > show one icon when it is not muted and another icon when it IS muted. How
> > can I do this?
> >
> > Thanks.
> >
>
>
> In the more commands section of the button, something like
> if (muted)
> cl.seticon("yourbar", "buttonid", path_to_icon)
> else
> cl.seticon("yourbar", "buttonid", path_to_to_other_icon)
>
> Note that you can use a single else statement in more commands and you don't
> need endif.
>