Results: 1Comments by: Soapnrope
File: Align05-16-16
If anyone looking for Legion Beta v...
Posted By: Soapnrope
If anyone looking for Legion Beta version: local grid local boxSize = 32 function Grid_Show() if not grid then Grid_Create() elseif grid.boxSize ~= boxSize then grid:Hide() Grid_Create() else grid:Show() end end function Grid_Hide() if grid then grid:Hide() end end local is...