version 1.53 | | version 1.54 |
---|
| | |
/* | | /* |
* static char *rcsid_c_wiz_c = | | * static char *rcsid_c_wiz_c = |
* "$Id: c_wiz.c,v 1.53 2004/09/05 22:11:27 ryo_saeba Exp $"; | | * "$Id: c_wiz.c,v 1.54 2004/09/26 09:42:34 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
| | |
/** | | /** |
| | * Empty DM item stack. |
| | */ |
| | int command_stack_clear( object* op, char* params ) |
| | { |
| | op->contr->stack_position = 0; |
| | new_draw_info( NDI_UNIQUE, 0, op, "Item stack cleared." ); |
| | return 0; |
| | } |
| | |
| | /** |
* Get a diff of specified items. | | * Get a diff of specified items. |
* Second item is compared to first, and differences displayed. | | * Second item is compared to first, and differences displayed. |
* Note: get_ob_diff works the opposite way (first compared to 2nd), | | * Note: get_ob_diff works the opposite way (first compared to 2nd), |