Icon representing a recipe

Recipe: Random Folding - DATA MINING

created by 01010011111

Profile


Name
Random Folding - DATA MINING
ID
101954
Shared with
Public
Parent
None
Children
Created on
March 20, 2016 at 16:09 PM UTC
Updated on
March 20, 2016 at 16:09 PM 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(1) structure.WiggleAll(1) structure.ShakeSidechainsAll(1) behavior.SetClashImportance(0) structure.WiggleAll(1) structure.ShakeSidechainsAll(1) end

Comments


01010011111 Lv 1

– 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(1)
structure.WiggleAll(1)
structure.ShakeSidechainsAll(1)
behavior.SetClashImportance(0)
structure.WiggleAll(1)
structure.ShakeSidechainsAll(1)
end