mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
/client/verb/export_chat()
|
|
set category = "OOC.Chat"
|
|
set name = "Export Chatlog"
|
|
set desc = "Allows to trigger the chat export"
|
|
|
|
tgui_panel.window.send_message("saveToDiskCommand")
|