object ob;

init() {
    add_action("whatever","",1);
}

set_caller(ob) { caller = ob; }

whatever(str) {
    if(query_verb() == "abort") {
        caller->no_clairvoyance();
        return 1;
    }
    write("You are not able to do anything but seeing.\n");
    return 1;
}