<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1540" Guid="{FE7AC0B0-A89A-40DD-98CC-8A4E327D3DE4}" Time="1314344278.56">
    <Autostart Name="Autostart" />
    <Folder Name="OnInit" Expanded="True">
        <Macro Name="Variable init" Expanded="True">
            <Action>
                EventGhost.PythonScript(u'eg.globals.MyVar_1 = False\n')
            </Action>
        </Macro>
    </Folder>
    <Folder Name="Root" Expanded="True">
        <Folder Name="MyVar_1" Expanded="True">
            <Macro Name="MyVar_1 = True">
                <Action>
                    EventGhost.PythonCommand(u'eg.globals.MyVar_1 = True')
                </Action>
            </Macro>
            <Macro Name="MyVar_1 = False">
                <Action>
                    EventGhost.PythonCommand(u'eg.globals.MyVar_1 = False')
                </Action>
            </Macro>
            <Macro Name="Toggle MyVar_1">
                <Action>
                    EventGhost.PythonCommand(u'eg.globals.MyVar_1 = not eg.globals.MyVar_1')
                </Action>
            </Macro>
            <Folder Name="Work" Expanded="True">
                <Macro Name="Decision" Expanded="True">
                    <Action>
                        EventGhost.PythonScript(u'if eg.globals.MyVar_1:\n    eg.TriggerEvent("MyVar_1-True")\nelse:\n    eg.TriggerEvent("MyVar_1-False")')
                    </Action>
                </Macro>
                <Macro Name="When MyVar_1 is True" Expanded="True">
                    <Event Name="Main.MyVar_1-True" />
                    <Action>
                        EventGhost.ShowOSD(u'Here is something to do\nwhen MyVar_1 is True', u'0;-35;0;0;0;700;0;0;0;0;3;2;1;66;Comic Sans MS', (255, 0, 0), (0, 0, 0), 4, (0, 0), 0, 3.0, True)
                    </Action>
                </Macro>
                <Macro Name="When MyVar_1 is False" Expanded="True">
                    <Event Name="Main.MyVar_1-False" />
                    <Action>
                        EventGhost.ShowOSD(u'Here is something to do\nwhen MyVar_1 is False', u'0;-35;0;0;0;700;0;0;0;0;3;2;1;66;Comic Sans MS', (255, 0, 0), (0, 0, 0), 4, (0, 0), 0, 3.0, True)
                    </Action>
                </Macro>
            </Folder>
        </Folder>
    </Folder>
</EventGhost>
