| /proc/priority_announce | Make a big red text announcement to | 
|---|
        | /proc/print_command_report | If the announcer overrides alert messages, use that message. | 
|---|
        | /proc/minor_announce | Sends a minor annoucement to players.
Minor announcements are large text, with the title in red and message in white.
Only mobs that can hear can see the announcements. | 
|---|
        | /proc/level_announce | Sends an announcement about the level changing to players. Uses the passed in datum and the subsystem's previous security level to generate the message. | 
|---|
        | /proc/generate_unique_announcement_header | Proc that just generates a custom header based on variables fed into priority_announce()Will return a string. | 
|---|
        | /proc/dispatch_announcement_to_players | Proc that just dispatches the announcement to our applicable audience. Only the announcement is a mandatory arg. | 
|---|