.DT
set_pile_name
DW_wibble creator help
set_pile_name

.SH Name
.SP 5 5
set_pile_name -  This method returns the name we give the piles of this stuff.
.EP

.SH Syntax
.SI 5
void set_pile_name(string word)
.EI

.SH Parameters
.SI 5
%^BOLD%^word%^RESET%^ - the name of the pile

.EI

.SH Defined in
.SI 5
/obj/cont_medium.c
.EI

.SH Description
.SP 5 5

This method returns the name we give the piles of this stuff.
.EP

.SH Example 1
.SI 5
set_pile_name("puddle");
.EI

