-----Original Message----- From: George <greerga@CIRCLEMUD.ORG> To: CIRCLE@POST.QUEENSU.CA <CIRCLE@POST.QUEENSU.CA> Date: Sunday, March 22, 1998 4:21 PM Subject: no_pki~1.txt -int perform_move(struct char_data *ch, int dir, int need_specials_check) -{ [...] - else if (!EXIT(ch, dir) || EXIT(ch, dir)->to_room == NOWHERE) - send_to_char("Alas, you cannot go that way...\r\n", ch); + /* prevents players from using AFK as proection*/ + else if (PRF_FLAGGED(ch, PLR_AFK)) /* this varies */ ^^^^^^^^^^^ ^^^^^^^ [...] Just had to point that out. That's kinda odd, I thought. And what exactly is this check for, I was wondering? -B. +------------------------------------------------------------+ | 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