Ok, I estimate 1-10 people will be flaming you soon but here's some help. >48: char *get_title(struct char data *ch); > struct time_info_data *real_time_passed(time_t t2, time_t t1); > int compute_armor_class(struct char_data *ch); Let's do a comparison first: char *get_title(struct char data *ch); compare this to int compute_armor_class(struct char_data *ch); and we see: struct char data *ch (one that doesn't work) versus struct char_data *ch (one that works) Your welcome to join my newbie list at http://groups.yahoo.com/group/circle_newbie -- +---------------------------------------------------------------+ | 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 : 12/06/01 PST