Is this correct?? Because I am getting this ERROR when I make
if ((IS_MEDIC(ch) && NOTRADE_MEDIC(shop_nr)) ||
(IS_CLERIC(ch) && NOTRADE_CLERIC(shop_nr)) ||
(IS_THIEF(ch) && NOTRADE_THIEF(shop_nr)) ||
(IS_WARRIOR(ch) && NOTRADE_WARRIOR(shop_nr))) {
sprintf(buf, "%s %s", GET_NAME(ch), MSG_NO_SELL_CLASS);
do_tell(keeper, buf, cmd_tell, 0);
return (FALSE);
}
this is the error
Is this correct?? Because I am getting this ERROR when I make
shop.o: In function `is_ok_char':
/usr/home/oogame/circle30bpl17/src/shop.c(.text+0x20c): undefined reference
to `NOTRADE_MEDIC'
*** Error code 1
Stop in /usr/home/oogame/circle30bpl17/src.
*** Error code 1
Stop in /usr/home/oogame/circle30bpl17/src.
bash-2.04$
All I am doing is changeing the classes over.. Did I miss a file somewhere..
Im using BPL17 and OASIS 2.0
Thanx
Cruise
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT