Definition : LIVE_S_SOULEXTRA

Defined in : #include <stdproperties.h>

Description: When a player performs an emotion, this emotion is added with the
             property LIVE_S_SOULEXTRA, so that people may see that the person
             is doing this when they examine the person.

Argument   : string - the text to show when examine the player. This text is
                 then shown in the sentence "You are <x>." or "He is <x>."

Example    : add_prop(LIVE_S_SOULEXTRA, "smiling warmly")

             This adds "You are smiling warmly." to your description when you
             are examined.
