[Package Index | Mudlib Index | Effect Index]

Method index

Public Functions

These are functions that everyone can access.

add_effect
int add_effect(string ob,
               int x1,
               int x2,
               int y1,
               int y2)
neutral_coordinate
int * neutral_coordinate()
potion_create
void potion_create(mixed ob,
                   int * coord,
                   int quantity)
potion_drunk
void potion_drunk(mixed ob,
                  int * coord,
                  int quantity)
potion_smell
void potion_smell(mixed ob,
                  int * coord,
                  int quantity)
potion_touch
void potion_touch(mixed ob,
                  int * coord,
                  int quantity)
query_attrs_at
mixed * query_attrs_at(int * coord)
query_effect_at
string * query_effect_at(int * coord)
query_effect_vols
mixed * query_effect_vols()
remove_effect
int remove_effect(object ob)