how can i make this code show more words when you speak..?
and how do you get it excactly nice above your head like when you speak normal in graal without this code?
please help me out,
thanks.
NPC Code:
// NPC made by Yakuzo
if (playerchats) {
tokenize #c;
timeout=0.05;
showimg 0,@Dancin LET@bi@#t(),playerx,playery-1;
setplayerprop #c,;
}
if (timeout) {
showimg 0,@Dancin LET@bi@#t(),playerx,playery-1;
timeout=0.05;
}