What is the best way to minimize the size of a script?
Most events take about the same amount of space -- around 6 to 8 bytes -- but anything that contains an ascii string uses a lot of storage. If you are sending the same string from many different sequences it would save space to put it in its own sequence and start that sequence.