Thread: Hide Nick
View Single Post
  #12  
Old 12-29-2002, 01:27 PM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
NPC Code:

if (#s(#m)==hiddenstill||#s(#m)==hidden) {
client.savenick=#s(#n);
setplayerprop #n,;
} else {
if (!#s(client.savenick)==#s(#n)) {
setplayerprop #n,#s(client.savenick);
}
}



maybe something like that???

It shows the basic idea but i think graal should have a server option to do this automatically.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

Reply With Quote