chameleon_outfit 
OUTFIT ACTION
Vars | |
currently_in_use | Determines when we're in use |
---|---|
custom_outfits | Assoc list of custom outfit names ("Custom outfit 1", "Custom outfit 2", etc) to list of all item typepaths saved in that outfit |
outfit_options | Cached assoc list of job outfit datums by their names that we can select If you intend on editing this, ensure you are copying it first |
Procs | |
apply_outfit | Applies the given outfit to all chameleon actions the owner has |
Var Details
currently_in_use 
Determines when we're in use
custom_outfits 
Assoc list of custom outfit names ("Custom outfit 1", "Custom outfit 2", etc) to list of all item typepaths saved in that outfit
outfit_options 
Cached assoc list of job outfit datums by their names that we can select If you intend on editing this, ensure you are copying it first
Proc Details
apply_outfit
Applies the given outfit to all chameleon actions the owner has
- outfit - what outfit to apply
- outfit_types - optinal, list of typepaths to apply. If null, defaults to all items in the passed outfit. This list is mutated!