[Package Index | Mudlib Index | Effect Index]
Written by Kaylar
Started June 2005
void add_pot(string key,
string name,
string pot_type,
string * longs,
string difficulty,
int use_colour)
add_pot( "pyramid bowl", "bowl", MEDIUM_SQUARE, ({ "This is a vaguely "
"pyramid-shaped bowl crafted from clay.", "This $adjective$ bowl "
"is shaped like a pyramid.", "$a_adverb$ hand-made copy of a classic "
"Klatchian style of bowl. It looks rather like a pyramid with "
"the top cut off as the sides rise from its square base obliquely.",
"This bowl has been so well crafted in a classical Klatchian style "
"that it looks like a minature pyramid. One could imagine tiny "
"sarcophagi entombed within it for all time.", "This $adverb$ crafted "
"bowl looks somewhat like a distorted pyramid.", "This bowl can "
"politely be described as \"uninspired\", it can be impolitely "
"described as many other things." }), "expert", 2 );
int do_mould(object * obs,
string dir_match,
string indir_match,
mixed * args,
string pattern)
int do_throw(object * obs,
string dir_match,
string indir_match,
mixed * args,
string pattern)
void make_pot(int left,
mixed args)
int query_in_use()
mapping query_pots()
void set_cannot_be_used_reason(string reason)
void set_result_adjectives(mixed * adjectives)
set_result_adjectives( ({ ({ "simple", "basic" }), ({ "modern", "chic" }),
({ "pretty", "elegant" }), ({ "extravagant", "artistic" }), ({ "ugly",
"unattractive", "lop-sided" }), ({ "bumpy", "uneven", "hideous" }) }) );
set_result_adjectives( ({ "plain", "attractive", "classy", "unique",
({ "crooked", "uneven" }), ({ "ugly", "distorted" }) }) );void set_result_adverbs(mixed * adverbs)
set_result_adverbs( ({ "carefully", "skillfully", "artistically",
"beautifully", ({ "carelessly", "poorly" }), "ineptly" }) );void set_room(object room_ob)
wheel = clone_object( "/d/your/wheel" ); wheel->reset_get(); wheel->set_room( this_object() ); add_hidden_object( wheel );
int test_add(object ob,
int flag)
int test_remove(object ob,
int flag,
mixed dest)