Method code for $robot.check_reaction_hook_args()

[Turn on line numbering]
arg args;

if (type(args) != 'list)
    throw(~type, "Reaction hook arguments is not a list.");

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

the Cold Dark