diff options
Diffstat (limited to 'building_guide')
| -rw-r--r-- | building_guide/rooms.md | 6 | ||||
| -rw-r--r-- | building_guide/triggers.md | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/building_guide/rooms.md b/building_guide/rooms.md index bbd7ec1..cf7aa37 100644 --- a/building_guide/rooms.md +++ b/building_guide/rooms.md @@ -37,6 +37,10 @@ Format: `{<00–FF> [bold] [dim] [underline]}text{/}` Gradients: `{g:C4,52}gradient text{/}`. Multi-stop: `{g:2D,27,3B}three stops{/}`. +Named colors can be used as tags too, and they track the live value of a color +category (including account overrides): `{command}look sign{/}` paints the text +with the current "command" color. + Untagged text uses the `room_desc` theme color. --- @@ -382,7 +386,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 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 ``` |
