Re: Transportation devices

From: Daniel Koepke (dkoepke@CALIFORNIA.COM)
Date: 08/16/98


On Sat, 15 Aug 1998, Phillip A. Ames wrote:

->OK, it didn't work...  I get new messages though! :)

There have been many times when the only thing that saved me
for getting frustrated is the joy of seeing different error
messages. Stumped coders are very easy to please.

->(struct obj_data*) me, * vehicle;

Drop the parantheses.

->                beamdown_room += (GET_ROOM_VNUM(IN_ROOM(ch)));

Again.

->        beamup_room = ( GET_OBJ_VAL(comm_badge, 1) );
->        ( GET_OBJ_VAL(comm_badge, 2) += beamdown_room );

Again.

->        char_to_room(ch, beamup_room);

  if ((beamup_room = real_room(beamup_room)) == NOWHERE) {
    send_to_char("ERROR: The beam-up room doesn't exist.\r\n", ch);
    return 1;
  } else
    char_to_room(ch, beamup_room);

-dak


     +------------------------------------------------------------+
     | 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