Icon representing a recipe

Recipe: Glycine Setter

created by joshmiller

Profile


Name
Glycine Setter
ID
104427
Shared with
Public
Parent
None
Children
None
Created on
February 01, 2021 at 22:20 PM UTC
Updated on
February 01, 2021 at 22:20 PM UTC
Description

Originally by AryehK. Translated to LuaV2 using LociOiling's MacroScanner. Some modification may be required for full functionality.

Best for


Code


--[[ name = Glycine Setter desc = Push-Button GUI. Sets all AAs to glycine to make folding SS in design puzzles easier. size = 1 type = gui folder_name = [Recipes] hidden = 0 mid = 101181 mrid = 201643 parent = 0 parent_mrid = 0 player_id = 718631 share_scope = 3 uses = 0 ]]-- selection.SelectAll () structure.structure.SetAminoAcidSelected ( "g" ) selection.DeselectAll ()

Comments