Difference between revisions of "Scribe"
Jump to navigation
Jump to search
m
→Notes
imported>Shademe m (→Notes) |
imported>Shademe m (→Notes) |
||
Line 14: | Line 14: | ||
* The calling mod must have a log registered to use scribe operation 1. | * The calling mod must have a log registered to use scribe operation 1. | ||
* String variables can be passed using the '''%z''' format specifier. | * String variables can be passed using the '''%z''' format specifier. | ||
* The pipe '''|''' character must '''not''' be used in the message unless the log name | * The pipe '''|''' character must '''not''' be used in the message unless one is added to the end as the log name delimiter. The plugin automatically considers the string following the last pipe character to be the log name. | ||
* The command may be forced to write to the script log by passing the string "Script" as the log name. | * The command may be forced to write to the script log by passing the string "Script" as the log name. | ||