Chris:
Based on your description, I am not positive of the result you trying to achieve. The text scripted (added?) at the bottom of the 2D Script window will appear only when the Floor Plan Display parameter is set to Symbolic View, as at the top of the script there is the statement:
if AC_symb_display_option = 3 then goto 100: ! Symbolic 2D (see the Master Script for how this is set). If you want this text to appear with other Floor Plan Display parameter options, then you will need to call it from the other parts of the 2D Script where these options are scripted.
If this is not the issue, then you will need to post more information.
HTH
David