Quote:
Originally Posted by DustyPorViva
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.