Download Game! Currently 108 players and visitors. Last logged in:ImperatorBlnkTatzaHeidel

BatMUD Forums > Ideas-wanted > Re: Ranks

 
 
#1
11 Nov 2002 02:38
 
 
who rank explorer/elder/whatever

You got the idea.

++C



 
 
 
 
 
#2
11 Nov 2002 02:38
 
 
Calath wrote:
who rank explorer/elder/whatever

You got the idea.

++C

grep 'Explorer' who (and if there's too many lines in the 'who' to use grep,
use grep 'Explorer' who max 50 and then min 50 for example)

I don't know if that was the point of your idea or was the idea to list all
the people who have even access to some special rank and isn't using the rank,
but the grep should handle most of the cases i think.