aboutsummaryrefslogtreecommitdiff
path: root/building_guide/triggers.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-08-03 17:15:50 -0400
committerhistoria <[not public]>2026-08-03 17:15:50 -0400
commita2cbc04f86508708daa09affa5e9d73cc689b2ba (patch)
tree0d0c6c7fbf4a775faaf5e9dd700157b883882638 /building_guide/triggers.md
parentadda27dba5bf7bf1dee62159f0cbc0bd90734751 (diff)
downloadthehouseoficarus-a2cbc04f86508708daa09affa5e9d73cc689b2ba.tar.gz
feat: new color 'command', color tag system implemented
Diffstat (limited to 'building_guide/triggers.md')
-rw-r--r--building_guide/triggers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/building_guide/triggers.md b/building_guide/triggers.md
index f7720bb..05fb639 100644
--- a/building_guide/triggers.md
+++ b/building_guide/triggers.md
@@ -235,7 +235,7 @@ on_enter:
not: true
player_flag: 1001_welcome
messages:
- - "{0B}Type{/} {0A}look sign{/} {0B}or{/} {0A}talk attendant{/} {0B}to get started{/}"
+ - "{0B}Type{/} {command}look sign{/} {0B}or{/} {command}talk attendant{/} {0B}to get started{/}"
set_player_flags:
1001_welcome: true
wait: 7
@@ -243,7 +243,7 @@ on_enter:
not: true
player_flag: 1001_welcome
messages:
- - "{0B}Type{/} {0A}help newplayer{/} {0B}for the new player's guide...{/}"
+ - "{0B}Type{/} {command}help newplayer{/} {0B}for the new player's guide...{/}"
wait: 7
```