Method code for $robot.activate_reaction_cmd()

[Turn off line numbering]
  1: arg cmdstr, cmd, int, prep, this;
  2: 
  3: (> .perms(sender()) <);
  4: catch ~noreaction
  5:     .activate_reaction(int);
  6: with
  7:     return traceback()[1][2];
  8: sender().tell("Reaction " + int + " activated on " + .name() + ".");
  9: 
 10: // $#Edited: 20 Feb 98 23:47 $user_bruce
 11: // $#Edited: 21 Feb 98 01:05 $user_sean

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

the Cold Dark