View Single Post
  #6  
Old 08-12-2001, 01:15 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
NPC Code:

if (playerchats) {
setstring this.chat,#c;
showimg 0,@Dancin LET@bic@#s(this.chat),playerx+1.5,playery-1;
setplayerprop #c,;
this.counter=0;
timeout=0.05;
}
if (timeout) {
if (this.counter>3) {
hideimg 0;
timeout=0;
} else {
this.counter+=0.05;
showimg 0,@Dancin LET@bic@#s(this.chat),playerx+1.5,playery-1;
timeout=0.05;
}
}


There. That works perfectly.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote