I love MMFI and the ease with which you can work on objects. Now, is there any way to do this with qualifiers?
So something like instead of:
GoombaClass = mmf.newObjectClass("Goomba")
maybe:
NeutralClass = mmf.newObjectClass("Group.Neutral")
I tried this and surprise it doesn't work.
Thoughts?