
08-04-2008, 07:16 PM
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
Profiles are objects not strings. The only reason strings work is because Stefan is too nice about fixing peoples scripting errors for them.
new GuiWindowCtrl("TheWindow") {
this.profile = GuiWindowProfile;
// blah
} |
|
|