Skip to content

Commit

Permalink
add chatAnnouncement command
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Dec 29, 2023
1 parent 93ce2e9 commit 8fad943
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions iaf-intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ News items shown in the carousel on the main menu. There are a maximum of 5 copi
- `ends` (type `uint64`) - Unix timestamp when the event expires. The timer will not appear on the main menu if the current time is after `ends`.

Event timers shown on the side of the main menu. There are a maximum of 3 copies of this command in the IAF Intel document for now.

## `chatAnnouncement` (structured)

- `id` (type `string`) - Arbitrary string that identifies the announcement. Each announcement is only shown once.
- `text_%LANG%` (type `string`) - The text of the announcement.
- `not_before` (type `uint64`) - Unix timestamp before which the announcement should not be shown.
- `not_after` (type `uint64`) - Unix timestamp after which the announcement should not be shown.
- `color` (type `Color`) - Color of the message in chat (default red).

Announcements that appear in game chat, similar to Warframe's Red Text.

0 comments on commit 8fad943

Please # to comment.