Re: gold command?

From: David Stanley Marchlik (dsmarchl@mailhost.ecn.uoknor.edu)
Date: 04/16/94


Well here is your problem, I think.....
First off you have sprintf (buf, "%sYou have %d gold coins.\n\r", buf, G(ch));
Change this to sprintf (buf, "You have %d gold coins.\n\r",GET_GOLD(ch));
Secondly, you need to somehow send this to the char using...
send_to_char(buf, ch);
that should fix ya right up......HOPEFULLY

-Jay Boy, Desperately awaiting the release of 3.0 :)
Ps: If I am wrong no flame please
@



This archive was generated by hypermail 2b30 : 12/07/00 PST