.DT
store_variable
$MUDNAME$ driver help
store_variable

.SH Name
.SI 5
store_variable() - set the value of a variable
.EI

.SH Synopsis
.SI 5
void store_variable( string var, mixed val );
.EI

.SH Description
.SP 5 5
Set the value of the variable specified by `var' to the value specified by
`val'.  Note that the variable must be defined, and must be defined in
this_object().
.EP

.SH See also
.SI 5
restore_variable(), fetch_variable(), save_object()
.EI
