Thread
:
Password to make invisible an img
View Single Post
#
3
08-24-2013, 01:58 AM
baseman101
Scripter
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
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.
baseman101
View Public Profile
View GraalOnline Profile
Find all posts by baseman101