Banzai
Hmm look at this:
case '5':
OLC_MODE(d) = MEDIT_D_DESC;
SEND_TO_Q("Enter mob description: (/s saves /h for help)\r\n\r\n", d)
d->backstr = NULL;
if (OLC_MOB(d)->player.description) {
SEND_TO_Q(OLC_MOB(d)->player.description, d);
d->backstr = str_dup(OLC_MOB(d)->player.description);
}
d->str = &OLC_MOB(d)->player.description;
d->max_str = MAX_MOB_DESC;
d->mail_to = 0;
OLC_VAL(d) = 1;
^^^^^^^^^^^^^^
Is this missing in Mobprog patch for oasis? I don't have it here, so I
can't check by myself...
return;
This is in case MEDIT_MAIN_MENU:
George? :)
David!
+------------------------------------------------------------+
| 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/08/00 PST