Some verbs in scripts do not seems to work as expected
they work fine when used stand alone but not in combination with other
i.e.: effect_button, effect_select, ...
effect_show_gui 'text
opens the gui for the effect 'Text'
effect_button 'Text' 1
opens the position editor for the effect 'Text'
holding ? effect_show_gui 'Text' : effect_button 'Text' 1
simple click does nothing, holding opens the gui
holding ? effect_button 'Text' 1 : effect_show_gui 'Text'
simple click opens the gui, holding does nothing
they work fine when used stand alone but not in combination with other
i.e.: effect_button, effect_select, ...
effect_show_gui 'text
opens the gui for the effect 'Text'
effect_button 'Text' 1
opens the position editor for the effect 'Text'
holding ? effect_show_gui 'Text' : effect_button 'Text' 1
simple click does nothing, holding opens the gui
holding ? effect_button 'Text' 1 : effect_show_gui 'Text'
simple click opens the gui, holding does nothing
Inviato Fri 31 May 19 @ 3:32 am