Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Custom Text (https://forums.graalonline.com/forums/showthread.php?t=85861)

Struggler 05-28-2009 05:11 AM

Custom Text
 
I saw a text array in my friends place, it looked like message except it was smaller and more precise. What is another way of using text? I know there is a way that I could get text that can be set to a particular font and size and color and whatnot, can someone please identify this script for me?

cbk1994 05-28-2009 05:19 AM

Is it inside a GUI window, or outside?

I'm assuming it's outside, which means you want...

PHP Code:

//#CLIENTSIDE
function onCreated() {
  
with (findimg(200)) {
    
30;
    
30;
    
    
font "Arial";
    
style "b"// this might be "fontstyle"; if it doesn't work, try that
    
    
text "Hello there";
    
    
zoom .6;
  }




All times are GMT +2. The time now is 01:36 PM.

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