Probably something like..
PHP Code:
//#CLIENTSIDE
function onCreated() {
setTimer(0.05);
}
function onTimeout() {
if (player.reading) say2("");
setTimer(0.05);
}
After testing.. it appears say2(""); doesn't clear it but you if change it too something like.. say2("!"); it will show the ! say2 message.