view Options.lua @ 69:b7352f007028

Working on bids/rolls in the GUI Added debug mode to populate things with dummy data.
author John@Yosemite-PC
date Thu, 29 Mar 2012 20:17:59 -0400
parents 4109683c3172
children
line wrap: on
line source
--local bsk = bsk
--local _G=_G
setfenv(1,bsk)
options = {
    name= 'bsk',
    type = 'group',
    args = 
    {
        version =
        {
            type = "execute",
            name = "Version query",
            desc = "Check others' versions",
            func = function(self) print("TODO") end
        } 
    }
}