Why does this script only create one button?
[ISubPalette,"ZPlugin:MyButtons"]
[Loop, 4,
[IButton,[StrMerge,"ZPlugin:MyButtons:button",loopCount],[StrMerge,"Button ",loopCount],
,,160 /*width*/,,,/*height*/]
,loopCount]
shouldn’t it make four?