View Single Post
  #4  
Old 01-20-2002, 05:55 AM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Re: Re: Help me with this text writer

Quote:
Originally posted by TDO2000


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
*changeimgvis 555,4;
Reply With Quote