|
|
@ -62,8 +62,8 @@ EnableTrigger("CurrentBid", false)</send>
|
|
|
|
sequence="100"
|
|
|
|
sequence="100"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<send>for i,v in pairs(TriggerStyleRuns) do
|
|
|
|
<send>for i,v in pairs(TriggerStyleRuns) do
|
|
|
|
	if v.text == "%1" then
|
|
|
|
	if v.text:gsub(" ", "") == "%1" then
|
|
|
|
		Hyperlink("lbid %1", "%1", "", "white", "", 0)
|
|
|
|
		Hyperlink("lbid %1", v.text, "", "white", "", 0)
|
|
|
|
	else
|
|
|
|
	else
|
|
|
|
		ColourTell (RGBColourToName (v.textcolour),
|
|
|
|
		ColourTell (RGBColourToName (v.textcolour),
|
|
|
|
RGBColourToName (v.backcolour),
|
|
|
|
RGBColourToName (v.backcolour),
|
|
|
|