mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #1679 from VOREStation/aro-sclogging
Soulcatcher chat logging, and subtle logging for free
This commit is contained in:
11
code/_helpers/logging_vr.dm
Normal file
11
code/_helpers/logging_vr.dm
Normal file
@@ -0,0 +1,11 @@
|
||||
/proc/log_nsay(text,inside)
|
||||
if (config.log_say)
|
||||
diary << "\[[time_stamp()]]NSAY (NIF:[inside]): [text][log_end]"
|
||||
|
||||
/proc/log_nme(text,inside)
|
||||
if (config.log_emote)
|
||||
diary << "\[[time_stamp()]]NME (NIF:[inside]): [text][log_end]"
|
||||
|
||||
/proc/log_subtle(text)
|
||||
if (config.log_emote)
|
||||
diary << "\[[time_stamp()]]SUBTLE: [text][log_end]"
|
||||
Reference in New Issue
Block a user