Contrast_Picker
Arcidayne 9 years ago
parent 3992cb897e
commit 02c5a62b1e

@ -15,7 +15,7 @@
save_state="y"
date_written="2016-03-29 14:40:46"
requires="4.80"
version="1.4"
version="1.5"
>
<description trim="y">
<![CDATA[
@ -102,8 +102,8 @@ EnableTrigger("CurrentBid", true)</send>
if "%1" == "Market" then bida = "lbid" elseif "%1" == "Remort Auction" then bida = "rbid" end
for i,v in pairs(TriggerStyleRuns) do
&#9;if v.text == "%2" then
&#9;&#9;Hyperlink(bida .. " %2", "%2", "", "yellow", "", 0)
&#9;if v.text:gsub(" ", "") == "%2" then
&#9;&#9;Hyperlink(bida .. " %2", v.text, "", "yellow", "", 0)
&#9;else
&#9;&#9;ColourTell (RGBColourToName (v.textcolour),
RGBColourToName (v.backcolour),

Loading…
Cancel
Save