code/__DEFINES/chat.dm
MESSAGE_TYPE_SYSTEM | Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT |
---|---|
debug2_world | Used for debug messages to the world |
debug2_usr | Used for debug messages to the player |
debug2_admins | Used for debug messages to the admins |
debug2_world_log | Used for debug messages to the server |
examine_block | Adds a generic box around whatever message you're sending in chat. Really makes things stand out. |
Define Details
MESSAGE_TYPE_SYSTEM
Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT
debug2_admins
Used for debug messages to the admins
debug2_usr
Used for debug messages to the player
debug2_world
Used for debug messages to the world
debug2_world_log
Used for debug messages to the server
examine_block
Adds a generic box around whatever message you're sending in chat. Really makes things stand out.