/
com/planet_ink/coffee_mud/Abilities/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Areas/interfaces/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Software/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/Locales/interfaces/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/MOBS/interfaces/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/application/
com/planet_ink/coffee_mud/core/smtp/
com/planet_ink/siplet/applet/
lib/
resources/examples/
resources/fakedb/
resources/quests/delivery/
resources/quests/diseased/
resources/quests/drowning/
resources/quests/gobwar/
resources/quests/robbed/
resources/quests/smurfocide/
resources/quests/stolen/
resources/quests/templates/
resources/quests/templates/delivery/
resources/quests/templates/invasion/
resources/quests/treasurehunt/
resources/quests/vengeance/
resources/scripts/EN_TX/
web/
web/admin.templates/
web/admin/images/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
civilwar - certain mobs fight other mobs in area
deputy - given cityguard privs to capture a fugitive
killemall - kill all of certain kind of mob in area or world?
killone -- kill a generated mob, or a single particular mob
lostperson - find a particular mob who follows you back 
murdermystery - solve the murder
plague - mob or mobs in area have plague, cure them with potions, wands, whatever
puzzlepieces - find all the items and return them someplace
treasurehunt - find a particular item and return them someplace
robbed - a shopkeeper is robbed, find the robber, return the money
starvation - mob or mobs in area are starving, give them food
stolen - just like treasurehunt?  do we need this?
    /*
    <SCREEN NAME=X CLASS=X URL=NAME NEXT=X>
    <FIELDS>
    <FIELD NAME=X TYPE=X CLASS=X LABEL="Fill this in" />
    <FIELD NAME=X TYPE=X CLASS=X LABEL="Select of these" />
    </FIELDS>
    <SCRIPT>
    .. javascript .. always executes.. 
    </SCRIPT>
    <SCREEN ... />
    <SCREEN ... />
    <FINISHED>
     .. ant type commands here for moving files,
     .. doing search/replaces on tags in files
    </FINISHED>
    */
    
    /*
     * Screen classes can map to URLs, or menu types perhaps
     * screens need next and back, with finish option.
     * Nexts and backs just remember what their last screen was,
     * and use caches to undo (unless undo=off?).
     * 
     */