Method code for $robot.check_reaction_type()

[Turn on line numbering]
arg type;

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

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

the Cold Dark