Notifications
Clear all

[Closed] Missing icon on 3dsmax restart

Original test code. When I compile it, it works and displays the icon.

macroScript teststartup1
category:“Teststart1”
Icon:# (“mme”,1)
(
global mfloat
try closerolloutfloater myfloat catch ()

rollout m “Mmh1”
(
label test “test”
)
myfloat = newrolloutfloater “Ciao” 280 480
addrollout m myfloat
)

But when I restart Max here’s what I get

If I delete this line

Icon:# (“mme”,1)

It remembers everything. The problem is that I want that icon to stay there.

What’s wrong?

1 Reply

In short, this is the problem

Icon:# (“mme”,1)

I’m using max 2011.