New features?

Contrast_Picker
Arcidayne 9 years ago
parent 3d0c4c0e1e
commit 325cc1c3c8

@ -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="2.45" version="2.46"
> >
<description trim="y"> <description trim="y">
<![CDATA[ <![CDATA[
@ -625,6 +625,9 @@ function OnPluginInstall()
height = tonumber (GetVariable ("height")) or default_height height = tonumber (GetVariable ("height")) or default_height
width = tonumber (GetVariable ("width")) or default_width width = tonumber (GetVariable ("width")) or default_width
also_echo_lbid = tonumber (GetVariable("also_echo_lbid")) or 0 also_echo_lbid = tonumber (GetVariable("also_echo_lbid")) or 0
PLUGIN_VERSION = GetPluginInfo(GetPluginID(), 19)
PLUGIN_NAME = GetPluginInfo(GetPluginID(), 1)
BUYOUT_OPTION = 1
-- make window so I can grab the font info -- make window so I can grab the font info
@ -708,11 +711,11 @@ end
function OnPluginInstall() --[[function OnPluginInstall()
PLUGIN_VERSION = GetPluginInfo(GetPluginID(), 19) PLUGIN_VERSION = GetPluginInfo(GetPluginID(), 19)
PLUGIN_NAME = GetPluginInfo(GetPluginID(), 1) PLUGIN_NAME = GetPluginInfo(GetPluginID(), 1)
BUYOUT_OPTION = 1 BUYOUT_OPTION = 1
end end]]--
function update_plugin() function update_plugin()
raw = "https://raw.githubusercontent.com/Arcidayne/Aardwolf-Scripts/master/Auction_Utilities/Auction_Utilities.xml" raw = "https://raw.githubusercontent.com/Arcidayne/Aardwolf-Scripts/master/Auction_Utilities/Auction_Utilities.xml"

Loading…
Cancel
Save