ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/apply
Revision: 1.2
Committed: Mon Sep 10 17:33:43 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove cruft

File Contents

# User Rev Content
1 root 1.1 Apply applies an object.
2    
3     If no options are given, it applies
4     an object you are standing on.
5    
6     If an object name is given, it
7     will apply/unapply that object (toggle)
8    
9     Extra options to apply:
10     -a: Always applies the object
11     -u: Always unapplies the object.
12    
13     These two options disable the
14     toggling feature.