void notify_fail(str)
string str;

Store 'str' as the error message given instead of the default message
'What ?'.

If notify_fail() is called more than once, only the last call of
will be used.

The idea of this function is to give better error messages instead of simply
'What ?'.
