Hello
I would like to create a button. enable and disable ( LOOP 4 and Roll ) At the same time?
Thank you Dj Fil
I would like to create a button. enable and disable ( LOOP 4 and Roll ) At the same time?
Thank you Dj Fil
发表时间 Sat 31 May 14 @ 9:04 am
Like this?
loop_roll_mode & loop 4
or like this
effect_slider 'loop roll' 1 1 & effect_slider 'loop roll' 2 1 & effect_active 'loop roll'
or if you want the effect gui to play nice with the second script use
effect_slider 'loop roll' 1 1 & effect_slider 'loop roll' 2 1 & effect_show_gui 'loop roll' ? effect_active 'loop roll' ? effect_show_gui 'loop roll' & effect_active 'loop roll' : effect_active 'loop roll' : effect_active 'loop roll' ? effect_active 'loop roll' : effect_show_gui 'loop roll' & effect_active 'loop roll'
loop_roll_mode & loop 4
or like this
effect_slider 'loop roll' 1 1 & effect_slider 'loop roll' 2 1 & effect_active 'loop roll'
or if you want the effect gui to play nice with the second script use
effect_slider 'loop roll' 1 1 & effect_slider 'loop roll' 2 1 & effect_show_gui 'loop roll' ? effect_active 'loop roll' ? effect_show_gui 'loop roll' & effect_active 'loop roll' : effect_active 'loop roll' : effect_active 'loop roll' ? effect_active 'loop roll' : effect_show_gui 'loop roll' & effect_active 'loop roll'
发表时间 Sat 31 May 14 @ 12:26 pm
if I have understand right then this will work for you
loop_roll 4
If you need to enable loop_roll permanently and use loop 4 at the same time then locodog' s code loop_roll_mode & loop 4 will work fine
loop_roll 4
If you need to enable loop_roll permanently and use loop 4 at the same time then locodog' s code loop_roll_mode & loop 4 will work fine
发表时间 Sat 31 May 14 @ 3:08 pm





