View Single Post
  #3  
Old 08-24-2013, 01:58 AM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
I'd suggest you learn how to script, but here's a small code snippet.
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  if(
player.chat == "myPassword") {
    
this.hide();
  }

This works if you want to hide the NPC from view.
Reply With Quote