Actually, my code already has that:
if (CAN_SEE_OBJ(ch, i)) {
if (num!=1) {
sprintf(buf,"(%2i) ",num);
send_to_char(buf,ch);
}
show_obj_to_char(i, ch, mode);
found = TRUE;
}
}
You are carrying:
( 2) a barrel
At 11:59 AM 2/20/98 -0600, you wrote:
>
>find the line in act.informative.c that read like so:
>
> sprintf(buf,"( %2i) ",num);
>
>and change it to:
>
> sprintf(buf,"(%2i) ",num);
>
>Groovy eh?
>
>Chuck
>
>
> +------------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
> +------------------------------------------------------------+
>
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST