Page 1 of 1

Palette ID instead of location

Posted: 04 May 2026, 20:16
by daanvg98
Hi,

Right now I have a macro containing the following line:
<step pause="0.01">ActionScript.SetProperty("Palette.CurrentPaletteHandle", handle:"Location=Colours,1,400")</step>
<step pause="0.01">Palette.StoreCurrentPaletteReplace()</step>

Right now it makes use of the palette location, but I want to make use of the unique palette ID. How can I do this?

Thanks,

Daan