trying something like
PHP Code:
function onPlayerChats(){
if(player.chat.starts("setnick")){
with(findimg(200)){
text = player.nick;
}
}
}
also doesn't work
I'd hate to have to do something like unset the player.attr and then reset it after a timeout or something, but it looks like I may have to