Profile
- Name
- W777_Start_CI
- ID
- 42269
- Shared with
- Public
- Parent
- my_Start_CI
- Children
- None
- Created on
- July 04, 2012 at 05:47 AM UTC
- Updated on
- July 04, 2012 at 05:47 AM UTC
- Description
use it for startup, when the score is very low or in the middlegame, where you set "while CI<1.0 do" lower, that it interrupts between.then use Zero Bands from Brow42 (change the bandstrength to a needed value) then do Rav3n_pl fuze. then use W777_eBand_Rav...
Best for
Code
--set the CI as low as possible that the puzzle don't fly away
CI=0.002
while CI<1.0 do
CI=CI*2
print(CI)
if CI>1.0 then CI=1.0 end
if CI<0 then CI=0.001 end
behavior.SetClashImportance(CI)
structure.WiggleAll(1,true,true)
behavior.SetClashImportance(1)
structure.ShakeSidechainsAll(2)
structure.WiggleAll(2,false,true)
structure.ShakeSidechainsAll(2)
structure.WiggleAll(2,false,true)
end