View Single Post
  #2  
Old 01-19-2002, 10:19 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Re: Help me with this text writer

Quote:
Originally posted by Joe27hunter
if (playerenters) {toweapons Text Writer;
}
if (strequals(#c,Text on)) {set text;
if (text) {setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
}
NPC Code:

if (playerenters && !hasweapon(Text Writer)) {
toweapons Text Writer;
}
if(playerchats){
if(strequals(#c,text on)){
setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
if(strequals(#c,text off)){
hideimg 555;
}
}



could work this way, not tested
__________________
No Webhost at the moment
Reply With Quote