Apologies to those of you who've already received this message, if you even did receive it... OK, with your peopls help, it (almost) boots up, I'm running into one more snag... Upon resetting the zones, it quits at Limbo(Zone 0) with an access violation... When I click debug, it points me to the line marked by a <-- in dg_triggers.c /* * world triggers */ void reset_wtrigger(struct room_data *room) { trig_data *t; <-- Line pointed to if (!SCRIPT_CHECK(room, WTRIG_RESET)) return; for (t = TRIGGERS(SCRIPT(room)); t; t = t->next) { if (TRIGGER_CHECK(t, WTRIG_RESET) && (number(1, 100) <= GET_TRIG_NARG(t))) { script_driver(room, t, WLD_TRIGGER, TRIG_NEW); break; } } } Anybody had a similar problem? -Phillip |Phillip Ames | Treat friends in debt like family.| |kirk47@juno.com | Exploit them. | |http://members.xoom.com/Gowron/index.html | _____________________________________________________________________ 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