Re: Default

From: ironfist (ironfist@texas.net)
Date: 12/05/01


Nikolas wrote:

> Sorry because the subject of my last
> message... :-/
> I want to define autoexits and display all
> as defaults on my mud..

in class.c in function  void do_start(struct char_data * ch)

add (pretty much anywhere)

/* add or remove whatever default flags you want added to this with |
flagname like PRF_AUTODIAG */
SET_BIT(PRF_FLAGS(ch), PRF_AUTOEXIT | PRF_DISPHP | PRF_DISPMANA |
PRF_DISPMOVE);

R.M
ironfist@texas.net

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/24/03 PDT