Paintball Scoreboard Problems

From: Michael Gesner (MeGesner@aol.com)
Date: 03/01/99


Here is a part of my scoreboard command code:
(This is the main workings of it anyway... the rest
is asthetic, this is what is supposed to parse through
the descriptor list and grab the current scores of
each of the players playing paintball (who are flagged with
the paintball pref tag)

Source Code:
-------------------

for (d = descriptor_list; d; d = d->next) {
    if (d->connected)
      continue;

    if (d->original)
      wch = d->original;
    else if (!(wch = d->character))
      continue;
   if (PRF_FLAGGED(wch, PRF_PAINTBALL))
     sprintf(scorebuf,"%s %15s Individual %d      None"
     ,scorebuf,GET_NAME(wch),GET_SCORE(wch));
     }
}

----------------
End Source

Now... Here's the problem, It compiles, and the command works,
however, all the command will print is my asthetic additions, it
will not print anything solid to go onto the list.

Any suggestions ?

Lodaren of Rhu-Dina'ar
oberon.krans.com
port 7777


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



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