I'm quite new at this whole thing with eventghost, and what I'm really having issues with is Python. I've checked the forums already but i can't make sense of Pythin solutions being mixed with normal writing.
So I was just wondering if I could get som help.
So i want a macro to be triggered when both me and my girlfriend are not at home.
I've come so far that I've installed pvar.
And our "home" and "gone" statuses are termined my ping's.
When I leave, the variable is set to Adminhome = False and when my girl leaves it is set to Girlfriendhome=False.
So when both these are false i want event "Main.gone" to be triggerd.
If it is possible i would be soooo happy if i could have a python-script for this so i can use it for other things aswell (chopping up and modifying code has always been my thing
Thanks in advance!