After four hours of struggling to implement my first(and only necessary) feature which involves some IF's - i have to admit that i failed.
Tell me please why my simple toggle do not working:
I mean it works sometimes if swap things around, but only for first keypress, and then it stays even if i refresh skin. This is all so confusing and unintuitive for newbies...
Tell me please why my simple toggle do not working:
Code:
[Variables]KeyToFront = 0x83Zval = -2[Launcher2]Measure=PluginPlugin=HotKeyHotKey=#KeyToFront#DynamicVariables=1IfCondition=Zval = 2IfTrueAction=[!SetVariable Zval "-2"]IfFalseAction=[!SetVariable Zval "2"]KeyDownAction=[!ZPos #Zval#][!Redraw]
Statistics: Posted by Engelard — Yesterday, 5:23 pm — Replies 10 — Views 169