librocket GUI support

I’ve figured it out. When assigning a value directly it is a string type, but when assigning as a variable it was a unicode type. By casting the value with str() before assigning it worked.