ID:2419279
 
SKIN:
window "infowindow"
elem "infowindow"
type = MAIN
is-pane = true
saved-params = "pos;size;is-minimized;is-maximized"
title = "Info"

Code:
winset(src, "infowindow.infowindow", "background-color=#272727;text-color=#FFFFFF")


Problem description:
When using the winset() proc, it can modify parameters on everything, except for elements where type=MAIN. Any idea why winset() wont work on these? Is it intentional or a huge bug?

Thanks
Are you sure the src in your proc is a client mob(player)?
Pretty sure because it works for every other element apart from ones where type=MAIN