Method code for $robot.check_reaction_hook_method()

[Turn on line numbering]
arg method;

if (type(method) != 'symbol)
    throw(~type, "Reaction hook method is not a symbol.");

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark