Fallen London - Dressing Room

Script for storing and changing into outfits.

These are versions of this script where the code was updated. Show all versions.

  • v1.41 2015-09-25 Added a 'change' button so that an outfit can be selected without changing into it.
  • v1.40 2015-08-30 added a dialog box that stays in place while an outfit is being changed
  • v1.30 2015-08-30 change method to the one proposed by marcmagus
  • v1.30 2015-08-30 optimization for changing based on a contribution from marcmagus
  • v1.21 2015-08-22 Added case-insensitive alphabetization to outfit options.
  • v1.2 2015-08-21
  • v1.2 2015-08-21 Added mechanisms so that the Expanded Inventory items can be saved and loaded alongside the rest of your items. Changed the 'Remember' button so that it will cause an update of the currently selected outfit if a new outfit name is not provided. Changed the database to be persistent to avoid possible deletion by browsers. As a consequence of this change, your browser may ask for permission to store the database.
  • v1.1 2015-08-21 Added sanity-checking to guarantee that one still owns the items that one is trying to wear
  • v1.0 2015-08-20