Jadis:
NPC Code:
if (playerchats) {
setstring chatdude,#c;
setplayerprop #c,;
showimg 0,@Dancin LET@c@#s(chatdude),playerx+1.5-strlen(#s(chatdude))/2,playery-3;
timeout = .05;
this.1 = 0;
}
if (timeout) {
if (this.1<60) {
showimg 0,@Dancin LET@c@#s(chatdude),playerx+1.5-strlen(#s(chatdude))/2,playery-3;
timeout = .05;
this.1++;
} else hideimg 0;
}
Had a lot of bugs
