From ad4557705e51c61c3b0cca6df51695c330aa317d Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 16 Feb 2019 02:57:17 -0500 Subject: [PATCH] Upload files to '' Just with added Icefall(floor and slope) and genie repop messages --- Aardwolf_Repop_Reporter.xml | 187 ++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 Aardwolf_Repop_Reporter.xml 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