<!-- Plugin "Aardwolf_Clock" generated by Plugin Wizard -->
<muclient>
<pluginname="Aardwolf_Clock"author="Crowley"id="28a36788fa20aa062e760ee2"language="Lua"purpose="Displays a realtime clock based on Aardwolf game time"save_state="y"date_written="2018-05-15 11:43:22"requires="4.90"version="2.0">
<pluginname="Aardwolf_Clock"author="Crowley"id="28a36788fa20aa062e760ee2"language="Lua"purpose="Displays a realtime clock based on Aardwolf game time"save_state="y"date_written="2018-05-15 11:43:22"requires="4.90"version="2.1">
</plugin>
@ -440,40 +440,45 @@ require 'mw_theme_base'
print("Mouseup!")
end
function update_plugin()
raw = "https://raw.githubusercontent.com/AardCrowley/Aardwolf-Scripts/master/Auction_Utilities/AardClock2.0_Beta.xml"
function OnPluginInstall()
PLUGIN_VERSION = GetPluginInfo(GetPluginID(), 19)
PLUGIN_NAME = GetPluginInfo(GetPluginID(), 1)
end
async_ok, async = pcall (require, "async")
function update_plugin()
raw = "https://raw.githubusercontent.com/AardCrowley/Aardwolf-Scripts/master/Auction_Utilities/AardClock2.0_Beta.xml"