-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ========== rawset(_G, 'ExtrasGenPrgs', rawget(_G, 'ExtrasGenPrgs') or {}) ExtrasGenPrgs.DeleteGuides = function(seed, initial_selection) local li = { id = "DeleteGuides" } initial_selection = initial_selection or editor.GetSel() local rand = BraidRandomCreate(seed or AsyncRand()) prgdbg(li, 1, 1) sprocall(RemoveRoomGuides.Exec, RemoveRoomGuides, initial_selection) end