Thread: Door-Script
View Single Post
  #4  
Old 11-26-2009, 05:54 PM
OiRodgar OiRodgar is offline
Registered User
OiRodgar's Avatar
Join Date: Jan 2005
Posts: 23
OiRodgar is on a distinguished road
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
// NPC made by unknown
//#CLIENTSIDE
function onCreated() {
  
this.access "OiRodgar";
}

function 
onPlayerchats() {
  if(
player.chat == "/open" && player.account == this.access) {
    
hide();
  }

Ah, thank you, now I understand. By the way, thanks for the help in the other thread.
Reply With Quote