i want to add a beep to my dialog box when the character limit in the edit box is reached... i was thinking if i could create a reactor to check the (setq editbox1 (get_tile "editbox1")) since it returns the runtime value of the tile in a string... (strlen "editbox1") and when it reaches say 8 it beeps the pc... is this possible...