Quote:
|
Originally Posted by Kronan
Event blockers is your best friend.
If you use GS2, this is what to do:
NPC Code:
function onPlayerChats() {
if (player.chat == "yourpassword") {
// do stuff here such as:
hide();
}
}
|
His version works aswell, because there is only one line after each [mind just went blank, whatever those things are called

]