Method code for $robot.check_reaction_max()

[Turn on line numbering]
arg max;

if (type(max) != 'integer)
    throw(~type, "Reaction maximum delay is not a integer.");

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

the Cold Dark