Pages: 1
I have a block (a BlockMorph or one of its subclasses) and I want to retrieve the spec (defined in blockSpecs) associated with that block. How can I do that?
Offline
Hmm I found that all CommandBlockMorphs have a commandSpec and selector, I think I can get something from this...