On Sat, 29 Aug 1998 09:25:25 -0400 Kyle Smith <sailorstarfighter@JUNO.COM> writes: >Dear All, > > I was using the races snippet from the website but lo and behold, >I had a bunch of errors, I will only list a few, since they are all in >the same file :) > >races.c >sysdep.h (293) #error: Who are we? >structs.h (526) > >Basically it complained about all the "byte"'s in the structs.h file. >Did anyone experience this error? Does anyone have an updated snippet? >I am using pl14, and have only (so far) made changes to the welcoming >screen > >thanks for the help, > >Prisma In races.c you need to switch the #include "conf.h" and the #include "sysdep.h" so that conf.h comes first... I had this problem, but Christina Orr helped me out with it. ObCircle: Hey, thanks to siv, the beamup works(again). But now I'm having trouble with the beamdown... However, it doesn't pass this check, I get the send_to_char's below whenever I type beamdown. } else if (real_room(GET_OBJ_VAL(badge, 2) ) == NOWHERE || (ch->in_room) != GET_OBJ_VAL(badge, 2) ){ send_to_char("You must be aboard a ship if you want to beam down!\r\n", ch); send_to_char("However, if you are already aboard a ship, contact an immortal for assistance.", ch); } else { When I stat the badge though, these are the values I get: Values 0-3: [3005] [3000] [4] [0] The [4] value is the real num of the room I beamed up from. Anyone have a clue? -Phillip Phillip Ames | Satisfaction is not guaranteed. kirk47@juno.com | -Ferengi Rule of Acquisition #19 ICQ: 8778335 | AOL IM: Grathol http://members.xoom.com/Gowron/index.html(Unfinished) _____________________________________________________________________ You don't need to buy Internet access to use free Internet e-mail. Get completely free e-mail from Juno at http://www.juno.com Or call Juno at (800) 654-JUNO [654-5866] +------------------------------------------------------------+ | 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