Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-26-2012, 07:34 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
useOwnProfile taking over default?

When changing a GuiContextMenuCtrl textprofile's font size, color, and style via useownprofile, when right clicking on the accounts in the in-game playerlist and viewing player profiles, those attributes carry over. How do I limit this to only the GuiContextMenuCtrl I've created? Here's a snippet of what I've done; maybe I'm just doing it incorrectly?

PHP Code:
new GuiContextMenuCtrl"Guild_Menu" ) {
    
useOwnProfile true;
    
profile GuiBluePopUpMenuProfile;
    
textprofile GuiBlueTextListProfile;
    
textprofile.fontSize 15;
    
textprofile.fontColor "orange";
    
textprofile.fontStyle "bold"
I understand I'm modifying the GuiBlueTextListProfile, but that's only because (obviously) I need the qualities from it. I only want that useownprofile to effect that GuiContextMenuCtrl. Any ideas?
Reply With Quote
 


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 10:35 PM.


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