mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-19 04:09:32 +01:00
470b02443d
* Upload files * GLOBAL_LIST_INIT() used before being defined
3 lines
178 B
Plaintext
3 lines
178 B
Plaintext
/// Adds a generic box around whatever message you're sending in chat. Really makes things stand out.
|
|
#define examine_block(str) ("<div class='examine_block'>" + str + "</div>")
|