On Wed, Feb 13, 2002 at 01:42:52AM -0500, [EMAIL PROTECTED] wrote: > ok, i've been testing and coding and restoring etc. > the only thing i can think of is something in command editor, but since im > used to 1.81 im not sure how this changes the wizhelp. If anyone has had the > wizhelp/command problem (and actually fixed it) could you please send me how? > I've been working on this 2 days how (30+hrs) and i still cant get it to > work. Please help.
Use gdb. If you don't know how it works, check http://www.refcards.com If you don't understand it use the poor mans debugging method: use printf()'s in the code to see where it is going and what the values of the variables being checked are. You can jump high and low with your problem, as long as you don't show some code, explain what you have done to determine where the problem is, tell what the input is and what happens, nobody will be able to help you. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/

