/* Do not remove the headers from this file! see /USAGE for more info. */ inherit VERB_OB; void do_wish_for_str(string str) { write("That would be nice, wouldn't it?\n"); } void create() { add_rules ( ({ "for STR" }) ); }