Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-20-2009, 05:38 PM
Mattehy Mattehy is offline
Developer
Mattehy's Avatar
Join Date: Jul 2009
Posts: 58
Mattehy is on a distinguished road
Nickname script. (Help Please)

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.img1 findimg(1);
  
with (this.img1) {
    
font "Comic Sans MS";
    
style "cb";
    
zoom 1;
  }
  
setTimer0.05 );
}

function 
onTimeout() {
  
with (this.img1) {
    
text player.nick;
    
player.1.5;
    
player.3;
  }
  
setTimer0.05 );

/\ My Current Nick Name Script.
Would their be a way to showunderplayer(); and change the color as well?
__________________
Develop 4 Lyf
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 01:49 PM.


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