Method code for $robot.check_reaction_hook()

[Turn on line numbering]
arg hook;

if (type(hook) != 'list)
    throw(~type, "Reaction hook is not a list.");
if (listlen(hook) != 2)
    throw(~type, "Reaction hook is not a two element list.");

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

the Cold Dark