"hoverballs"
{
	"title"				"Hoverballs"
	
	"controls"
	{
		"smalltext"
		{
			"name"			"globalcontrol"
		  	"label"			"Global HoverBalls Commands"
		  	"tall"			"24"
		}
		"button"
		{
		  	"label"			"Load HoverBalls Script"
	  	  	"command"			"lua_openscript HoverBalls.lua"
	  	  	"command"			"give_hoverball_sticker"
		}
		"slider"
		{
		  	"label"			"Hover Force"
	  	  	"name"			"set_hoverballs_force"
	  	  	"min"                   "10"
	  	  	"max"                   "2000"
		}
		"slider"
		{
		  	"label"			"Hover Hight"
	  	  	"name"			"set_hoverballs_hight"
	  	  	"min"                   "8"
	  	  	"max"                   "1000"
		}
		"smalltext"
		{
			"name"			"object"
		  	"label"			"Object Commands"
		  	"tall"			"24"
		}
		"button"
		{
		  	"label"			"Give HoverBall Sticker"
	  	  	"command"			"give_hoverball_sticker"
		}
	}
}