Re: Odd things

From: George (greerga@DRAGON.HAM.MUOHIO.EDU)
Date: 09/08/97


On Mon, 8 Sep 1997, Rich Chiavaroli wrote:

>Will OasisOLC be included in Circle bpl12 or will it still be independant?

Independant.

Perhaps the best solution for the OLC systems would be for stock CircleMUD
to include basic functions for adding and deleting such things as rooms,
mobs, objects, and such.  Then the various OLC systems written would have
common functions and would not need as much changed if we went to a linked
list based system for example.  This would also save Jeremy's time to not
write and debug an entire OLC package and maintain a level of 'stockedness'
for those who wish to write their own OLC.

if (add_room_to_world(new_room))
  send_to_char(OKAY, ch);
else
  send_to_char("Oops...\r\n", ch);
free_room(new_room);    /* the structure freed, leaving the strings.*/

Or other quick example code things.

--
George Greer  -  Me@Null.net   | Genius may have its limitations, but stupidity
http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard


     +------------------------------------------------------------+
     | 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/08/00 PST