ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/party
Revision: 1.1
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 party join partyname
2     Puts you in a party, prompts you for a passwd if there is
3     one
4    
5     party form partyname
6     Forms a party and puts you as leader, 32 character max.
7     At the moment, being party leader does nothing. May be used in
8     the future.
9    
10     party list
11     Lists currently formed parties and their 'leader'
12    
13     party passwd <password>
14     Changes the passwd for the party you are in, 8 character max.
15    
16     party who
17     lists the members of the party you are in
18    
19     party say <msg>
20     sends messsage to party members
21    
22     party leave
23     takes you out of current party
24    
25