This custom code hook is part of the Website plugin.
The wiki character exporter builds certain files by default (profile, background, etc.) and can optionally include a file named other.txt
with anything specific to your game.
To do so, just update custom_wiki_char_export.rb
:
def self.custom_wiki_char_export(char)
"OUTPUT TO PUT INTO other.txt"
end
Note:
other.txt
. You can separate sections with linebreaks/lines.