I heard this was possible? How would one go about doing so? Is it modifing the TextList part or what?
EDIT:
AH! Figured it out
I'll share for others who don't know
PHP Code:
with ( addRow( 0, "Foo"))
{
new GuiShowImgCtrl( "Bar")
{
dimension = 2;
polygon = { 0, 0, 4, 0, 4, 4, 0, 4};
}
}
Ok, new question. How do you get an image to show in the scrollprofile?