diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
commit | 6f0f6b45a3eef4811b0df05ff4433ab658b454e7 (patch) | |
tree | 8099b3dd8de70b9e29747375e728afd8a2d044a7 /npc/functions | |
parent | 671d84d7e2c507311c69a27be13128ee2e200577 (diff) | |
download | serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.gz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.bz2 serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.xz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.zip |
Fixed the description of every single script.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 4 | ||||
-rw-r--r-- | npc/functions/savepoint.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 77003928..9e9eb4cd 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1,8 +1,8 @@ // Evol scripts. -// Authors: +// Author: // 4144 // Description: -// Function checking client version and report if it too old. +// Function checking the client version and reports if it is too old. function script CheckClientVersion { if (getclientversion("") > 3) return; diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 5af61812..1e5e9211 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -1,8 +1,8 @@ // Evol scripts. -// Authors: +// Author: // Reid // Description: -// Add new save point location +// Adds a new save point location. function script SavePoint { |