Alright, since I wasn't able to get a trade, the coin has been flipped. Except instead of a coin, I used Python:
>>> people = ["kluke", "gamzee", "truexgentleman", "jellybeans"]
>>> from random import choice
>>> print choice(people)
truexgentleman
So, TruexGentleman is the lucky winner.
I'll send you a PM.
>>> people = ["kluke", "gamzee", "truexgentleman", "jellybeans"]
>>> from random import choice
>>> print choice(people)
truexgentleman
So, TruexGentleman is the lucky winner.
I'll send you a PM.