Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   changing color of showtext(); (https://forums.graalonline.com/forums/showthread.php?t=134262238)

Schetti 02-26-2011 09:44 PM

changing color of showtext();
 
Easy question:
how can I edit the color in
PHP Code:

showtext(); 

and is there a more special type of this command, where you can edit more stuff?

fowlplay4 02-26-2011 09:52 PM

For text I find it's easier just to use findimg.

PHP Code:

with (findimg(200)) {
  
30;
  
30;
  
text "Hello World";
  
// Colors
  
red random(0,1);
  
green random(0,1);
  
blue random(0,1);
  
style "bc";
  
// Other features of interest
  
textshadow true;
  
shadowcolor "1 1 1";
  
shadowoffset = {22};



Schetti 02-26-2011 09:58 PM

thank you

Deas_Voice 02-27-2011 03:08 AM

same way you change color of showimg()'s basicly (changeimgcolor).

i image that showtext/showimg is just a simplified findimg().


All times are GMT +2. The time now is 06:52 AM.

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