On Wed, 28 Jan 1998, Silk wrote: >#0 0x804e6be in do_ctell (ch=0x8430e50, argument=0xbffff876 "e raven", > cmd=44, subcmd=0) at act.comm.c:623 >623 if (i->character->player_specials->saved.clan == c){ >(gdb) bt >#0 0x804e6be in do_ctell (ch=0x8430e50, argument=0xbffff876 "e raven", > cmd=44, subcmd=0) at act.comm.c:623 You need to do at least 'bt' 'list' 'info locals' and a few choice 'print' commands. We can't tell if 'i' is NULL or what ->saved.clan is or anything. p *ch (or in this case 'p *i') is very handy sometimes. -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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