As a shortcut, you can use the following command to open the Adventure Log Config.
/log config
You can replace /log
with /gmlog
for all of the below commands to add those events/quotes to the configured GM Only Adventure Log. If chat messages are turned on, GM Log entries will always be posted as whispers to yourself.
/gmlog message...
/gmlog e message...
/gmlog event message...
/gmlog q "Bobby McFerrin" message...
/gmlog quote "Bobby McFerrin" message...
Logs a simple event message to the adventure log.
Command | /log ...message |
Output To Chat | Event Logged |
Output to Log | [<YYYY-MM-DD HH:mmPM>] (<LoggerName>) message... |
Example | Susan: /log We killed a goblin! [2021-02-12 4:35PM] (Susan) We killed a goblin! |
Formats an event entry as a quote of the given "Source". Source can be any text, such as the name of a player or NPC. Or maybe something funny someone said!
Command | /log q "Source" ...quote |
Output To Chat | <LoggerName> quoted <Source> |
Output to Log | [<YYYY-MM-DD HH:mmPM>] (<LoggerName>) <Source> said: "quote..." |
You do not need to add quotes around the Source Name, unless there are spaces in the name. Such as the following:
/log q Bobby McFerrin Don't worry, be happy!
Will output into the log
[2021-02-12 4:35PM] (Susan) Bobby said: "McFerrin Don't worry, be happy!"
Instead if you add quotes around the name, it will allow the spaces.
/log q "Bobby McFerrin" Don't worry, be happy!
Will output into the log
[2021-02-12 4:35PM] (Susan) Bobby McFerrin said: "Don't worry, be happy!"