ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/follow
Revision: 1.1
Committed: Sun Apr 23 04:36:40 2006 UTC (18 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1, LAST_C_VERSION, STABLE, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Log Message:
Added two helpfiles on perl plugins

File Contents

# User Rev Content
1 pippijn 1.1 This enables the follow mode.
2    
3     The player issuing the follow
4     command is required to stand
5     on a space right next to the
6     player that is to be followed.
7    
8     To start following a player,
9     use:
10    
11     follow <playername>
12    
13     To stop following, use:
14    
15     follow
16    
17     Without arguments.