Difference between revisions of "Scribe"
Jump to navigation
Jump to search
m
→Notes
imported>Shademe (→Notes: Removed erroneous entry) |
imported>Shademe m (→Notes) |
||
Line 10: | Line 10: | ||
==Notes== | ==Notes== | ||
* Script logs are created in the '''ConScribe Logs > Per-Script''' folder. Logs names follow the convention: ''<Mod Name> - [XX]<Calling script's truncated formID>''. | * Script logs are created in the '''ConScribe Logs > Per-Script''' folder. Logs names follow the convention: ''<Mod Name> - [XX]<Calling script's truncated formID>''. Registered logs are created in the '''ConScribe Logs > Per-Mod''' folder. | ||
* 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 one is added to the end as the log name delimiter. The plugin automatically | * 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 assumes 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. | ||