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