summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-07-10 12:08:55 +0200
committerAlige <aligetmw@hotmail.fr>2012-07-10 12:08:55 +0200
commit6f0f6b45a3eef4811b0df05ff4433ab658b454e7 (patch)
tree8099b3dd8de70b9e29747375e728afd8a2d044a7 /npc/functions
parent671d84d7e2c507311c69a27be13128ee2e200577 (diff)
downloadserverdata-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.txt4
-rw-r--r--npc/functions/savepoint.txt4
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 {