HI again
with your help I got the can bit fixed
had to add
int clan in structs.h
new error
act.item.c:377: parse error before string constant
} else {
sprintf(buf, "$n drops %s which disappears in a puff of smoke!",
money_desc(amount));
act(buf, FALSE, ch, 0, 0, TO_ROOM);
send_to_char("You drop some gold which disappears in a puff of
smoke!\r\n", ch);
}
GET_GOLD(ch) -= amount;
}
}
line 376 #define VANISH(mode) ((mode == SCMD_DONATE || mode == SCMD_JUNK) ? \
line 377 " It vanishes in a puff of smoke!" : "")
Tonster
ICQ 31970540
http://www.darkon.net
telnet://darkon.net:9001
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT