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
  #16  
Old 10-16-2017, 05:02 AM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,745
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Quote:
Originally Posted by MysticalDragon View Post
show me your TextControls
I eventually removed the font type option, but I believe the script looked something like this:

PHP Code:
new GuiMLTextCtrl("say3_text") {
  
useownprofile true;
  
profile.fonttype "FONT NAME";
  
profile.fontcolor = { 255255255255 };
  
profile.textshadow true;
  
profile.shadowoffset = { 2};
  
profile.shadowcolor = { 00};
  
profile.fontsize 32;
  
htmllinks true;
  
width say3_scroll.width 10;
  
height say3_scroll.height 10;
  
0;
  
text " ";

In place of FONT NAME I used the font name inside of the .ttf file (in this case I was testing using a Zelda font, Return of Ganon I think). I also used the file name itself (returnofganon.ttf I believe).
__________________
Save Classic!
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 07:44 AM.


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