[CODE]: Loading Objects on Character Creation..

From: Ryan Kahn (padishar@bellsouth.net)
Date: 04/09/99


I wrote this code to put starting EQ on a player just created..


In function do_start:
  obj_to_char(read_object(12105, REAL), ch);
  obj_to_char(read_object(12102, REAL), ch);
  obj_to_char(read_object(12106, REAL), ch);
  obj_to_char(read_object(12106, REAL), ch);
  obj_to_char(read_object(12108, REAL), ch);

It compiles clean... but it crashes when someone enters the game.. any
opinions?

Ryan

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