[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
Started Thu Sep 21 15:58:48 PDT 2000
.
int do_fine()This method tells them some information about their current and previous fines.
int do_pay()This method handles a person trying to pay their fine.
int do_show_all_fines()
int do_show_fine(string person)This method shows fines about someone else.
string query_fine_handler()This method returns the current fine handler for this counci;.
string query_fine_information(string person)This method returns a string detailing information about their fines.
void set_fine_handler(string fine)This method sets the current fine handler for this council.