View Single Post
  #3  
Old 04-20-2011, 11:48 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
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
Reply With Quote