summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
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>...]";