HELP WARDROBE-TIPS

From Elendor Community Wiki
Jump to: navigation, search
WARDROBE-TIPS
*** HELP WARDROBE-TIPS ******************************************************
Some tips on how to use the wardrobe:
 
1) Store your descriptions in small blocks so that you can mix and match by
   retrieving multiple descs at a time. Store different clothing, hairstyles,
   emotions etc. You may wish to put returns or tabs at the beginning of each
   section. Example: +WWEAR basic armor cloak happy
 
2) For using functions, either store the function in your description and use
   +WSAVE or escape them out with +WSTORE.
   Examples:
      @desc me=[switch(v(who),IC,I'm IC,I'm OOC.)]
      +WSAVE IC-OOC
   Or
      +WSTORE IC-OOC=\[switch(v(who),IC,I'm IC,I'm OOC.)\]
   Use both +WEXAM and +WEVAL to be sure the function is stored as you want it
 
3) For editing descriptions, recall the description you want to edit. Then use
   the @edit function on your @desc. Save the edited version with +WREPLACE.
*****************************************************************************