function onCreated() { this.chat = ""; } function onActionGrab() { this.chat = "(Placed by *Tim_Rocks)"; sleep(3); this.chat = ":)"; }
function onCreated() { this.chat = "";}function onActionGrab() { this.chat = "(Placed by *Tim_Rocks)"; sleep(3); this.chat = ":)";}