On Mon, 21 Jul 1997 angus@EDGIL.CCMAIL.COMPUSERVE.COM wrote: > just thought it was really cool... essentially, when a Char tries to > get an item named "book" it turns into a mobs... .YOUCH! I saw this once, and tho' I couldn't make it work, two changes (at least) had to be done: > extract_obj(book,0); > char_to_room(mob,ch->in_room, FALSE); These two should be: extract_obj(book); char_to_room(mob,ch->in_room); +------------------------------------------------------------+ | 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