In a message dated 98-06-12 09:40:54 EDT, ajrye@ONE.NET writes: << Does anyone have any ideas how to make a newbie start room and to make a door in that room only open when they read a object? i know this maybe newbie, but i wanted the newbie to not be able to leave the newbie start room till they read an object(Object == My Muds Help book), I also wanted it to check the newbies site and cross reference with the other players sites, so this way if the newbie may be a regular on the mud, it just opens the door. Does anyone have any ideas how to make this work? >> Sorry this is a little late, I've been gone for a while. Use a spec_proc. if (CMD_IS("read object")) { char_from_room(ch) char_to_room(ch, whatever) } Change object to the name of the book, then whatever the vnum of the next room. -Elrelet +------------------------------------------------------------+ | 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