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.