mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Prefix TGS broadcasts with SYSTEM MESSAGE: (#94643)
I'm probably the only one who uses this thing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define TGS_DEFINE_AND_SET_GLOBAL(Name, Value) GLOBAL_VAR_INIT(##Name, ##Value); GLOBAL_PROTECT(##Name)
|
||||
#define TGS_READ_GLOBAL(Name) GLOB.##Name
|
||||
#define TGS_WRITE_GLOBAL(Name, Value) GLOB.##Name = ##Value
|
||||
#define TGS_WORLD_ANNOUNCE(message) to_chat(world, span_boldannounce("[html_encode(##message)]"))
|
||||
#define TGS_WORLD_ANNOUNCE(message) to_chat(world, span_boldannounce("SYSTEM MESSAGE: [html_encode(##message)]"))
|
||||
#define TGS_INFO_LOG(message) log_world("TGS Info: [##message]")
|
||||
#define TGS_WARNING_LOG(message) log_world("TGS Warn: [##message]")
|
||||
#define TGS_ERROR_LOG(message) stack_trace("TGS Error: [##message]")
|
||||
|
||||
Reference in New Issue
Block a user