summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2017-01-08 23:04:48 +0400
committerAlige <gauvain.dauchy@free.fr>2017-01-08 23:05:30 +0400
commit669c1d964329a9a97bab6d2b0e227339c9df36a9 (patch)
treeb27255e5f10d5a63289dd7c4e404f0c1a4d7d811 /npc/commands
parent3dc7151b769b8c9d0cbef6b8f2fca3acbc1e7e59 (diff)
downloadserverdata-669c1d964329a9a97bab6d2b0e227339c9df36a9.tar.gz
serverdata-669c1d964329a9a97bab6d2b0e227339c9df36a9.tar.bz2
serverdata-669c1d964329a9a97bab6d2b0e227339c9df36a9.tar.xz
serverdata-669c1d964329a9a97bab6d2b0e227339c9df36a9.zip
Consistency of the authors in scripts.
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/debug-preset.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/commands/debug-preset.txt b/npc/commands/debug-preset.txt
index 7b7b94fe..cdcd9653 100644
--- a/npc/commands/debug-preset.txt
+++ b/npc/commands/debug-preset.txt
@@ -1,7 +1,9 @@
// Preset / routine system
-// author: gumi
-// description: allows to execute multiple commands in a single step
-// to ease testing and debugging
+// Author:
+// gumi
+// Description:
+// allows to execute multiple commands in a single step
+// to ease testing and debugging
//
// usage: @pre [options] <instruction>[, <instruction>...]
// usage: DoRoutine "[options] <instruction>[, <instruction>...]";