/* in interpreter.c command list */
{ "outlaw" , POS_DEAD , do_outlaw , 1, 0 },
You need to change this to:
/* in interpreter.h */
#define SCMD_OUTLAW 1
/* in interpreter.c */
{ "outla" , POS_DEAD, do_outlaw , 1, 0},
{ "outlaw" , POS_DEAD, do_outlaw, 1, SCMD_OUTLAW},
This archive was generated by hypermail 2b30 : 12/07/00 PST