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?