Thank you so much, so what that means is;
Line 1: If the Variable "pollvoted" is NOT 1; it sends it to line 3&4(OnVariableFalse) But if it IS, it sends it to Line 2(OnVariableTrue)
Line 2: If the Variable is true(Not 1) it sends a message saying you've already voted.
Line 3&4: If the Variable is false(1) it incrementsPrintCount by [1] AND sets the Variable to 1, therefore next time you click, the Variable is already 1, meaning it would send it straight to OnVariableTrue(Line 2)... Saying you've already voted?
Sorry, I like to understand how events work, and not just know the lines to make them work. :)