diff --git a/Aardwolf_Repop_Reporter.xml b/Aardwolf_Repop_Reporter.xml new file mode 100644 index 0000000..86427cd --- /dev/null +++ b/Aardwolf_Repop_Reporter.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + - Sets the channel that repop will be reported on. +repop setcolor1 - Sets first color code. +repop setcolor2 - Sets second color code. + +------------------------------------------------------------------------------- +]]> + + + + + + + + + + + + + + + Note(GetPluginInfo(GetPluginID(), 3)) + + + + + + SetVariable("reporting_channel", "%1") + reporting_channel = "%1" + Note("The reporting channel has been set to '".. reporting_channel.. "'.") + + + + + + SetVariable ("color1", "%1") + color1 = "%1" + Note("Color 1 has been set to '".. color1.. "'.") + + + + + + SetVariable ("color2", "%1") + color2 = "%1" + Note("Color 2 has been set to '".. color2.. "'.") + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file