void notify_fail( mixed str ) { if( !this_player() ) return; if( intp( str ) ) str = "" + str; efun::notify_fail( sprintf( "%-=*s", this_player()->query_cols(), (string)this_player()->fix_string(str) ) ); } /* notify_fail() */