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