Hi,
Im trying to get this plugin to work.
https://github.com/nickgammon/plugins/blob/master/Generic_Chat_Miniwindow.xml
I am afraid I do not understand what its asking me to do.
""
Call this plugin by making as many triggers as you want in your main
world file (or other plugins) and then passing the style runs to this
plugin like this:
function chattrigger (name, line, wildcards, styles)
require "serialize"
check (CallPlugin ("10778718503f0c91106745f5",
"display", serialize.save_simple (styles)))
end -- chattrigger
""
Could someome please give me an example of a trigger it is asking for?
Im trying to get this plugin to work.
https://github.com/nickgammon/plugins/blob/master/Generic_Chat_Miniwindow.xml
I am afraid I do not understand what its asking me to do.
""
Call this plugin by making as many triggers as you want in your main
world file (or other plugins) and then passing the style runs to this
plugin like this:
function chattrigger (name, line, wildcards, styles)
require "serialize"
check (CallPlugin ("10778718503f0c91106745f5",
"display", serialize.save_simple (styles)))
end -- chattrigger
""
Could someome please give me an example of a trigger it is asking for?