Profile
- Name
- Beginner Rebuild SCRIPT 1.01
- ID
- 102313
- Shared with
- Public
- Parent
- None
- Children
- Created on
- March 26, 2017 at 00:28 AM UTC
- Updated on
- March 26, 2017 at 00:28 AM UTC
- Description
Updated version of Beginner Rebuild SCRIPT 1.00 by the marquis from October, 2009. This updated version uses the Foldit Lua Interface V2, but is functionally the same as the original.
Best for
Code
-- this is a comment! You can put comments anywhere.
print ( "You're running your first script!" )
print ( "Selecting segments 1 - 10" )
selection.DeselectAll () -- this is also a comment! You can put comments on the same line as something else!
selection.SelectRange ( 1, 10 )
print ( "Rebuilding" )
structure.RebuildSelected ( 2 )
print ( "Shaking and wiggling" )
selection.SelectAll()
structure.ShakeSidechainsAll ( 2 )
structure.WiggleAll ( 7 )
selection.DeselectAll ()