aboutsummaryrefslogtreecommitdiff
path: root/data/help
diff options
context:
space:
mode:
Diffstat (limited to 'data/help')
-rw-r--r--data/help/inspect.yaml2
-rw-r--r--data/help/setflag.yaml7
-rw-r--r--data/help/setglobalflag.yaml7
3 files changed, 8 insertions, 8 deletions
diff --git a/data/help/inspect.yaml b/data/help/inspect.yaml
index 14dfe45..c52f69f 100644
--- a/data/help/inspect.yaml
+++ b/data/help/inspect.yaml
@@ -2,5 +2,5 @@ name: inspect
description: |-
Admin-only. Dumps detailed diagnostic information about your current
room, including exits, objects, mobs, item spawns, on-enter steps,
- triggers, world flags, your player flags, and connected players.
+ triggers, global flags, your player flags, and connected players.
Usage: inspect
diff --git a/data/help/setflag.yaml b/data/help/setflag.yaml
deleted file mode 100644
index 7a164d6..0000000
--- a/data/help/setflag.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-name: setflag
-description: |-
- Admin-only. Sets a world flag. World flags are shared by all players.
- If no value is given, sets the flag to true.
- Values can be: true, false, an integer, or a string.
- Usage: setflag <flag_name> [value]
- Example: setflag gate_open true
diff --git a/data/help/setglobalflag.yaml b/data/help/setglobalflag.yaml
new file mode 100644
index 0000000..3f6fc2e
--- /dev/null
+++ b/data/help/setglobalflag.yaml
@@ -0,0 +1,7 @@
+name: setglobalflag
+description: |-
+ Admin-only. Sets a global flag. Global flags are shared by all players.
+ If no value is given, sets the flag to true.
+ Values can be: true, false, an integer, or a string.
+ Usage: setglobalflag <flag_name> [value]
+ Example: setglobalflag gate_open true