----Original Message----- From: Circle Discussion List [mailto:CIRCLE@post.queensu.ca]On Behalf Of Torgny Bjers Sent: Tuesday, August 01, 2000 10:59 AM To: CIRCLE@post.queensu.ca Subject: Re: [CIRCLE] [Circle][DG Scripts] medit save not saving. Look for the following function in medit.c: void medit_save_to_disk(zone_vnum foo) That's where it saves to disk, it calls a function in genmob.c, save_mobiles, look in that function and see if it saves the triggers properly there, look in write_mobile_espec for this line: script_save_to_disk(fd, mob, MOB_TRIGGER); if that is not there, you know why your triggers are not working, compare this to the DG Scripts patch file and you'll know how to get it in there... +------------------------------------------------------------+ Torgny, In medit_save_to_disk, i dont see save_mobiles, in mine, nor in the patch.. maybe you want to send me a copy of yours? I also dont see the specified line in write_mobile_espec... In fact, the patch doesnt do anything to genmob.c... Im starting to wonder if i got a bad patch.. send em both over if you can and ill do a compare with those.. thanks.. +------------------------------------------------------------+ | 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 : 04/11/01 PDT