[Package Index | Mudlib Index | Effect Index]
int add_pet(mixed who,
            object pet)
int * check_bytes(string file)
void convert_old_player(object player,
                        class pet_state * arg)
void delete_effect(object who)
int delete_index(string who,
                 int index)
int disown_pet(mixed who,
               object pet)
int do_describe()
void do_probe(string initial)
int forget_all_pets(string name)
int forget_pets(string name)
int forget_player(mixed who)
int forget_specific_pet(string name,
                        int num)
mixed * get_dead_pet_data(object target)
class pet_state * load_player_file(string who)
string * query_pet_paths(string who,
                         int alive_only)
int quit_player(mixed who)
object raise_pet(mixed who,
                 int which)
void refresh_delete_callback(mixed player,
                             int flag)
string report_on_player(string player)
object restore_from_limbo(mixed who,
                          string tag)
int save_player(mixed who)
void set_pet_died(mixed who,
                  object pet)
void set_pet_limbo(mixed who,
                   object pet,
                   string tag)
int setup_pets(mixed who)
class pet_state_old {
                      object pet;
                      string path;
                      string name;
                      string last_location;
                      int gender;
                      int dead;
                      int time_of_death;
                      mapping npc_data;
                      string * auto_load;
}