This code was taken from LongRangeStayPut.lua
Code: Select all
function widget:GetInfo()
return {
name = "Long range hold position",
desc = "Automaticly sets long range mobile units(units with a max range over 300) to hold position",
author = "Bobcatben",
date = "2/15/2007",
license = "dunno",
layer = 0,
enabled = false -- loaded by default?
}
end
Code: Select all
function widget:GetInfo()
return {
name = "Auto-lock speed",
desc = "Automatically locks the speed to 1 if you are host.",
author = "quantum",
date = "Jan 25, 2007",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
end
Code: Select all
enabled = true -- loaded by default?
Code: Select all
enabled = false -- loaded by default?
Apparently these two didn't know what it meant either...