==========================================================================

%^RED%^%^BOLD%^SYNTAX ::: %^RESET%^set_searches( map_targ )

This function is present in all objects. It will setup the mapping passed
in the arguement map_targ for the searches present inside the object.

set_searches( (["leaf":"You located a ladybug under the flower's leaf",
                "ladybug": (: ladybug_func :) ,
                "petal":"You found some Druidic writtings on the Petal." ]) );

You may have as many or as few entries in this function as you wish.
It can accept both strings and functions as values in the key:value pairs
on the mapping. Please see %^CYAN%^%^BOLD%^coding mappings%^RESET%^ for more help on mappings.

see also ::

set_search, remove_search, remove_searches, query_search, query_searches

