RanvierMUD / soma

DEPRECATED not usable with version 3.x
http://ranviermud.com
MIT License
23 stars 15 forks source link

Allow editing of behaviors/metadata for entities #1

Open shawncplus opened 7 years ago

shawncplus commented 7 years ago

Currently behaviors/metadata editing is not possible soma because to do it "correctly" would require that every behavior also specifies essentially a JSON-schema style schema for its form inside the builder. I think an easier approach is to just have a basic key/value editor. If people screw up their behavior config by specifying incorrect values that's on them.

For behaviors should be able to at least pick from a list of available behaviors which we have access to. Likewise for the script field it should be a dropdown of available script files, not just a freeform text box.