Profile
- Name
- Random Folding - DATA MINING 3
- ID
- 101957
- Shared with
- Public
- Parent
- Random Folding - DATA MINING
- Children
- None
- Created on
- March 22, 2016 at 09:53 AM UTC
- Updated on
- March 22, 2016 at 09:53 AM UTC
- Description
RANDOM FOLDING
Best for
Code
-- Wiggles 10 iterations at ci 1, 10 at ci 0, repeats endlessly.
-- Starting position saved in slot 3.
save.Quicksave(3)
while true do
behavior.SetClashImportance(0)
structure.WiggleAll(1)
behavior.SetClashImportance(1)
structure.ShakeSidechainsAll(1)
behavior.SetClashImportance(1)
structure.WiggleAll(1)
end