Part - Useful Odds and Ends
Section - Print and delete the first line of a table
[This is for conversation tables (or rather, monologue tables), which is why the column is called "remark".]
To print and delete the first line of (the table in question - a table-name):
repeat through the table in question:
say the remark entry;
say line break;
blank out the whole row;
break.