Okay, the results are as such

Before and After for If $b[2] = 1 Or $ExVar < 4
Before for $text = @CRLF + $Name[$PU,0] +" please share with " + $a + @CRLF
But no After, so I geuss it is that line (my bad). However what am I doing wrong in this instance of it, but can do it in other places with no problem. I am sure that it is just a simple typo or something like that....

As an example: I use this line in another function in the script and it works just fine...

Code:

$LabelG.Text = $LabelG.Text + @CRLF + $Name[$PU,0] + " You get to remove your " + $Item +". Your partner is " + $a +@CRLF



I have tried it with the $labelG.text = $labelg.text ....

But removed it when I got the same results, and did not want it at this point in the script as I am wanting to completly reassign the value of $labelG.text
_________________________
Today is the tomorrow you worried about yesterday.