Re: About portal...

lsdinc@ELKNET.NET
Date: 07/14/97


At 07:23 PM 7/14/97 -0500, you wrote:
>On Mon, 14 Jul 1997 lsdinc@ELKNET.NET wrote:
>
>>i have no idea, i am still waiting for some help/an answer...
>
>Limits.c:
>
>  /* objects */
>  for (j = object_list; j; j = next_thing) {
>    next_thing = j->next;       /* Next in object list */
>
>    if (j && GET_OBJ_VNUM(j) == 31) /* A portal */
>    {
>      if (GET_OBJ_VAL(j,0) > 0)
>        GET_OBJ_VAL(j,0)--;
>      if (GET_OBJ_VAL(j,0) == 1)
>      {
>[snip]
>
>That's how my point_update() goes through the portal code.  I didn't change
>it much at all otherwise.
>
>GDB output is really helpful in these situations if you can.

ok, here are a few more questions.. what is GDB? where can it be found? how
do i use it? etc...

"Taste.  You cannot buy such a rare and wonderful thing.  You can't send
away for it in a catalogue, and I'm afraid it's becoming obsolete."

                                        -Rosalind Russell-
                                           (1911-1976)


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



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