mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
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>")
|