// Player Chat Repeater // by Faulkon //#CLIENTSIDE function onPlayerchats() { timeout = 1; } funciton onTimeout() { temp.chat = player.chat; player.chat = ""; player.chat = temp.chat; }