View Single Post
  #7  
Old 11-28-2005, 03:37 PM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
Well nano, I tried it, and I see that nothing happens.
no link shows up in the text place regardless of where I add that code.

PHP Code:
        new GuiMLTextCtrl("Welcome_Text") {

          
profile "GuiMLTextProfile";
             function 
onURL(url) {openURL(temp.url);}
          
position "15 25";
          
extent "500 50";
          
text "<img src=orb6.gif id=1><shadow:1:1><shadowcolor:000000>Welcome to Sanstrata Classic, " @player.nick;
           } 
that block of code is of course within a GuiWindowCtrl. The welcome message shows up, I see the welcome message, but there is no link.
I tried putting the function in the text string too, but all that does is convert the function to display text. I tried putting it where the @player.nick is but that does not show anything either.

What am I doing wrong here?
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote