View Single Post
  #2  
Old 07-26-2012, 11:49 AM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
I always put useownprofile = true; under the profile you're working with, and that always works for me.

PHP Code:
new GuiWindowCtrl("Window") {
  
profile GuiBlueWindowProfile;
  
useownprofile true;

__________________
Reply With Quote