Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 10-07-2009, 07:32 PM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
This isnt necessarily a problem with the GUI rows, but it is with the same GUI. I have this:

PHP Code:
    new GuiScrollCtrl("Stan_Window_Scroll") {
      
profile "GuiBlueScrollProfile";
      
Stan_Window_Scroll.profile.fontcolor = {0,0,0};
      
extent "300 250";
      
Stan_Window.width 2;
      
Stan_Window.height 1;
      
visible true;
      
hscrollbar "alwaysOff";
      
vscrollbar "dynamic";
    } 
also tried just
PHP Code:
profile.fontcolor = {0,0,0}; 
but it didnt work either, did the same thing.

but it changes the font color on pm's and everything. How do you get it to just change this GUI window and thats it?
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.