This would be an awesome addition, though I'd rather seeing it work something like
PHP Code:
new GuiControl(TestControl)
{
x = 40[percent]; // equivalent to screenwidth*.4
y = 50[percent]; // equivalent to screenheight*.5
width = 50[percent]; // half the width of the screen
height = 25[percent]; // 1/4th the height of the screen
}
This forum percent sign crap really needs to be fixed z.z