$emitType = `attrEnumOptionMenu -label " Emitter Type: " -attribute ($theSelectedEmitters[0] + ".emitterType") -height 22 -changeCommand "chooseFieldsToEnable"`;
proc chooseFieldsToEnable()
{
print "i will crash if you try to restart SfxToy(), because i hate you";
//SfxToy("");
}